Html Css Color HEX #78826C Camouflage Green

📋 copy color: '#78826C'

red 120 ◦ green 130 ◦ blue 108

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

Shades of Camouflage Green #78826C

Tints of Camouflage Green #78826C

RGB

 RED value IS 120 (47.27% from 255) = 33.52%

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

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

R = 33.52%
G = 36.31%
B = 30.17%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.17

 K value IS 0.49

RGB Variations

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

Color information

#78826C (or 0x78826C) is known color: Camouflage Green. HEX triplet: 78, 82 and 6C. RGB value is (120,130,108). Sum of RGB (Red+Green+Blue) = 120+130+108=358 (47% of max value = 765). Red value is 120 (47.27% from 255 or 33.52% from 358); Green value is 130 (51.17% from 255 or 36.31% from 358); Blue value is 108 (42.58% from 255 or 30.17% from 358); Max value from RGB is 130 - color contains mainly: green. Hex color #78826C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #78826C is #877D93. Grayscale: #7C7C7C. Windows color (decimal): -8879508 or 7111288. OLE color: 7111288.

HSL color Cylindrical-coordinate representation of color #78826C: hue angle of 87.27º 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 #78826C is Cyan = 0.08, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.49.

Color convert

RGB 120 130 108 -
CMYK 0.08 0 0.17 0.49
HSL 87.27º 0.09% 0.47% -
HSV(B) 87.27º 0.17% 0.51% -
XYZ 18.44 21.04 17.28 -
YUV 124.5 118.69 124.79 -
System Red Green Blue C M Y K H S L
Decimal 120 130 108 0.08 0 0.17 0.49 87.27 0.09 0.47
Hex 78 82 6C 8 0 11 31 57 9 2F
Octal 170 202 154 10 0 21 61 127 11 57
Binary 1111000 10000010 1101100 1000 0 10001 110001 1010111 1001 101111

Color Harmonies of #78826C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #78826C

Black with #78826C

Text Example


Text Example

White with #78826C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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