Html Css Color HEX #859476 Camouflage Green

📋 copy color: '#859476'

red 133 ◦ green 148 ◦ blue 118

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

Shades of Camouflage Green #859476

Tints of Camouflage Green #859476

RGB

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

 GREEN value IS 148 (58.2% from 255) = 37.09%

 BLUE value IS 118 (46.48% from 255) = 29.57%

R = 33.33%
G = 37.09%
B = 29.57%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.20

 K value IS 0.42

RGB Variations

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

Color information

#859476 (or 0x859476) is known color: Camouflage Green. HEX triplet: 85, 94 and 76. RGB value is (133,148,118). Sum of RGB (Red+Green+Blue) = 133+148+118=399 (52% of max value = 765). Red value is 133 (52.34% from 255 or 33.33% from 399); Green value is 148 (58.20% from 255 or 37.09% from 399); Blue value is 118 (46.48% from 255 or 29.57% from 399); Max value from RGB is 148 - color contains mainly: green. Hex color #859476 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #859476 is #7A6B89. Grayscale: #8C8C8C. Windows color (decimal): -8022922 or 7771269. OLE color: 7771269.

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

Color convert

RGB 133 148 118 -
CMYK 0.10 0 0.20 0.42
HSL 90º 0.12% 0.52% -
HSV(B) 90º 0.2% 0.58% -
XYZ 23.53 27.47 21.2 -
YUV 140.1 115.53 122.94 -
System Red Green Blue C M Y K H S L
Decimal 133 148 118 0.10 0 0.20 0.42 90 0.12 0.52
Hex 85 94 76 A 0 14 2A 5A C 34
Octal 205 224 166 12 0 24 52 132 14 64
Binary 10000101 10010100 1110110 1010 0 10100 101010 1011010 1100 110100

Color Harmonies of #859476

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #859476

Black with #859476

Text Example


Text Example

White with #859476

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #859476; }

 p { color: rgb(133,148,118); }

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

background-color css

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

 a { background-color: rgb(133,148,118); }

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

border-color css

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

 span { border-color: rgb(133,148,118); }

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