Html Css Color HEX #75826C Camouflage Green

📋 copy color: '#75826C'

red 117 ◦ green 130 ◦ blue 108

#75826C
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Camouflage Green #75826C

Tints of Camouflage Green #75826C

RGB

 RED value IS 117 (46.09% from 255) = 32.96%

 GREEN value IS 130 (51.17% from 255) = 36.62%

 BLUE value IS 108 (42.58% from 255) = 30.42%

R = 32.96%
G = 36.62%
B = 30.42%

CMYK

 C value IS 0.1

 M value IS 0

 Y value IS 0.17

 K value IS 0.49

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#75826C (or 0x75826C) is known color: Camouflage Green. HEX triplet: 75, 82 and 6C. RGB value is (117,130,108). Sum of RGB (Red+Green+Blue) = 117+130+108=355 (47% of max value = 765). Red value is 117 (46.09% from 255 or 32.96% from 355); Green value is 130 (51.17% from 255 or 36.62% from 355); Blue value is 108 (42.58% from 255 or 30.42% from 355); Max value from RGB is 130 - color contains mainly: green. Hex color #75826C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #75826C is #8A7D93. Grayscale: #7B7B7B. Windows color (decimal): -9076116 or 7111285. OLE color: 7111285.

HSL color Cylindrical-coordinate representation of color #75826C: hue angle of 95.45º degrees, saturation: 0.09, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #75826C is Cyan = 0.1, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.49.

Color convert

RGB 117 130 108 -
CMYK 0.1 0 0.17 0.49
HSL 95.45º 0.09% 0.47% -
HSV(B) 95.45º 0.17% 0.51% -
XYZ 18.03 20.83 17.26 -
YUV 123.61 119.19 123.29 -
System Red Green Blue C M Y K H S L
Decimal 117 130 108 0.1 0 0.17 0.49 95.45 0.09 0.47
Hex 75 82 6C A 0 11 31 5F 9 2F
Octal 165 202 154 12 0 21 61 137 11 57
Binary 1110101 10000010 1101100 1010 0 10001 110001 1011111 1001 101111

Color Harmonies of #75826C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75826C

Black with #75826C

Text Example


Text Example

White with #75826C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #75826C; }

 p { color: rgb(117,130,108); }

 H1.HeaderClassName
 {
   color: #75826C;
 }
 .AnyTagClassName
 {
   color: #75826C;
 }
</style>

background-color css

<style>
 a { background-color: #75826C; }

 a { background-color: rgb(117,130,108); }

 div.DivClassName
 {
   background-color: #75826C;
 }
 .BgClassName
 {
   background-color: #75826C;
 }
</style>

border-color css

<style>
 span { border-color: #75826C; }

 span { border-color: rgb(117,130,108); }

 td.TdClassName
 {
   border-color: #75826C;
 }
 .TagClassName
 {
   border-color: #75826C;
 }
</style>