Html Css Color HEX #788072 Camouflage Green

📋 copy color: '#788072'

red 120 ◦ green 128 ◦ blue 114

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

Shades of Camouflage Green #788072

Tints of Camouflage Green #788072

RGB

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

 GREEN value IS 128 (50.39% from 255) = 35.36%

 BLUE value IS 114 (44.92% from 255) = 31.49%

R = 33.15%
G = 35.36%
B = 31.49%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.11

 K value IS 0.50

RGB Variations

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

Color information

#788072 (or 0x788072) is known color: Camouflage Green. HEX triplet: 78, 80 and 72. RGB value is (120,128,114). Sum of RGB (Red+Green+Blue) = 120+128+114=362 (47% of max value = 765). Red value is 120 (47.27% from 255 or 33.15% from 362); Green value is 128 (50.39% from 255 or 35.36% from 362); Blue value is 114 (44.92% from 255 or 31.49% from 362); Max value from RGB is 128 - color contains mainly: green. Hex color #788072 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #788072 is #877F8D. Grayscale: #7C7C7C. Windows color (decimal): -8880014 or 7503992. OLE color: 7503992.

HSL color Cylindrical-coordinate representation of color #788072: hue angle of 94.29º degrees, saturation: 0.06, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #788072 is Cyan = 0.06, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.50.

Color convert

RGB 120 128 114 -
CMYK 0.06 0 0.11 0.50
HSL 94.29º 0.06% 0.47% -
HSV(B) 94.29º 0.11% 0.5% -
XYZ 18.5 20.65 18.93 -
YUV 124.01 122.35 125.14 -
System Red Green Blue C M Y K H S L
Decimal 120 128 114 0.06 0 0.11 0.50 94.29 0.06 0.47
Hex 78 80 72 6 0 B 32 5E 6 2F
Octal 170 200 162 6 0 13 62 136 6 57
Binary 1111000 10000000 1110010 110 0 1011 110010 1011110 110 101111

Color Harmonies of #788072

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #788072

Black with #788072

Text Example


Text Example

White with #788072

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #788072; }

 p { color: rgb(120,128,114); }

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

background-color css

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

 a { background-color: rgb(120,128,114); }

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

border-color css

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

 span { border-color: rgb(120,128,114); }

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