Html Css Color HEX #859477 Camouflage Green

📋 copy color: '#859477'

red 133 ◦ green 148 ◦ blue 119

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

Shades of Camouflage Green #859477

Tints of Camouflage Green #859477

RGB

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

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

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

R = 33.25%
G = 37%
B = 29.75%

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

#859477 (or 0x859477) is known color: Camouflage Green. HEX triplet: 85, 94 and 77. RGB value is (133,148,119). Sum of RGB (Red+Green+Blue) = 133+148+119=400 (52% of max value = 765). Red value is 133 (52.34% from 255 or 33.25% from 400); Green value is 148 (58.20% from 255 or 37% from 400); Blue value is 119 (46.88% from 255 or 29.75% from 400); Max value from RGB is 148 - color contains mainly: green. Hex color #859477 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #859477 is #7A6B88. Grayscale: #8C8C8C. Windows color (decimal): -8022921 or 7836805. OLE color: 7836805.

HSL color Cylindrical-coordinate representation of color #859477: hue angle of 91.03º 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 #859477 is Cyan = 0.10, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.42.

Color convert

RGB 133 148 119 -
CMYK 0.10 0 0.20 0.42
HSL 91.03º 0.12% 0.52% -
HSV(B) 91.03º 0.2% 0.58% -
XYZ 23.59 27.5 21.52 -
YUV 140.21 116.03 122.86 -
System Red Green Blue C M Y K H S L
Decimal 133 148 119 0.10 0 0.20 0.42 91.03 0.12 0.52
Hex 85 94 77 A 0 14 2A 5B C 34
Octal 205 224 167 12 0 24 52 133 14 64
Binary 10000101 10010100 1110111 1010 0 10100 101010 1011011 1100 110100

Color Harmonies of #859477

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #859477

Black with #859477

Text Example


Text Example

White with #859477

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #859477; }

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

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

background-color css

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

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

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

border-color css

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

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

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