Html Css Color HEX #788270 Camouflage Green

📋 copy color: '#788270'

red 120 ◦ green 130 ◦ blue 112

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

Shades of Camouflage Green #788270

Tints of Camouflage Green #788270

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 30.94%

R = 33.15%
G = 35.91%
B = 30.94%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.14

 K value IS 0.49

RGB Variations

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

Color information

#788270 (or 0x788270) is known color: Camouflage Green. HEX triplet: 78, 82 and 70. RGB value is (120,130,112). Sum of RGB (Red+Green+Blue) = 120+130+112=362 (47% of max value = 765). Red value is 120 (47.27% from 255 or 33.15% from 362); Green value is 130 (51.17% from 255 or 35.91% from 362); Blue value is 112 (44.14% from 255 or 30.94% from 362); Max value from RGB is 130 - color contains mainly: green. Hex color #788270 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #788270 is #877D8F. Grayscale: #7D7D7D. Windows color (decimal): -8879504 or 7373432. OLE color: 7373432.

HSL color Cylindrical-coordinate representation of color #788270: hue angle of 93.33º degrees, saturation: 0.07, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #788270 is Cyan = 0.08, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.49.

Color convert

RGB 120 130 112 -
CMYK 0.08 0 0.14 0.49
HSL 93.33º 0.07% 0.47% -
HSV(B) 93.33º 0.14% 0.51% -
XYZ 18.65 21.13 18.42 -
YUV 124.96 120.69 124.46 -
System Red Green Blue C M Y K H S L
Decimal 120 130 112 0.08 0 0.14 0.49 93.33 0.07 0.47
Hex 78 82 70 8 0 E 31 5D 7 2F
Octal 170 202 160 10 0 16 61 135 7 57
Binary 1111000 10000010 1110000 1000 0 1110 110001 1011101 111 101111

Color Harmonies of #788270

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #788270

Black with #788270

Text Example


Text Example

White with #788270

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #788270; }

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

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

background-color css

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

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

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

border-color css

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

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

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