Html Css Color HEX #859377 Camouflage Green

📋 copy color: '#859377'

red 133 ◦ green 147 ◦ blue 119

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

Shades of Camouflage Green #859377

Tints of Camouflage Green #859377

RGB

 RED value IS 133 (52.34% from 255) = 33.33%

 GREEN value IS 147 (57.81% from 255) = 36.84%

 BLUE value IS 119 (46.88% from 255) = 29.82%

R = 33.33%
G = 36.84%
B = 29.82%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.19

 K value IS 0.42

RGB Variations

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

Color information

#859377 (or 0x859377) is known color: Camouflage Green. HEX triplet: 85, 93 and 77. RGB value is (133,147,119). Sum of RGB (Red+Green+Blue) = 133+147+119=399 (52% of max value = 765). Red value is 133 (52.34% from 255 or 33.33% from 399); Green value is 147 (57.81% from 255 or 36.84% from 399); Blue value is 119 (46.88% from 255 or 29.82% from 399); Max value from RGB is 147 - color contains mainly: green. Hex color #859377 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #859377 is #7A6C88. Grayscale: #8B8B8B. Windows color (decimal): -8023177 or 7836549. OLE color: 7836549.

HSL color Cylindrical-coordinate representation of color #859377: hue angle of 90º degrees, saturation: 0.11, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #859377 is Cyan = 0.10, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.42.

Color convert

RGB 133 147 119 -
CMYK 0.10 0 0.19 0.42
HSL 90º 0.11% 0.52% -
HSV(B) 90º 0.19% 0.58% -
XYZ 23.44 27.19 21.46 -
YUV 139.62 116.36 123.28 -
System Red Green Blue C M Y K H S L
Decimal 133 147 119 0.10 0 0.19 0.42 90 0.11 0.52
Hex 85 93 77 A 0 13 2A 5A B 34
Octal 205 223 167 12 0 23 52 132 13 64
Binary 10000101 10010011 1110111 1010 0 10011 101010 1011010 1011 110100

Color Harmonies of #859377

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #859377

Black with #859377

Text Example


Text Example

White with #859377

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #859377; }

 p { color: rgb(133,147,119); }

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

background-color css

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

 a { background-color: rgb(133,147,119); }

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

border-color css

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

 span { border-color: rgb(133,147,119); }

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