#859378

Color #859378 Camouflage Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Camouflage Green #859378

Tints of Camouflage Green #859378

Color information

#859378 (or 0x859378) is unknown color: approx Camouflage Green. HEX triplet: 85, 93 and 78. RGB value is (133,147,120). Sum of RGB (Red+Green+Blue) = 133+147+120=400 (52% of max value = 765). Red value is 133 (52.34% from 255 or 33.25% from 400); Green value is 147 (57.81% from 255 or 36.75% from 400); Blue value is 120 (47.27% from 255 or 30% from 400); Max value from RGB is 147 - color contains mainly: green. Hex color #859378 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #859378 is #7A6C87. Grayscale: #8B8B8B. Windows color (decimal): -8023176 or 7902085. OLE color: 7902085.

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

Color convert

RGB133147120-
CMYK0.1000.180.42
HSL91.11º11.11%52.35%-
HSV(B)91.11º18.37%57.65%-
XYZ23.527.2121.78-
YUV139.74116.86123.2-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 33.25%
GREEN value IS 147 (57.81% from 255) = 36.75%
BLUE value IS 120 (47.27% from 255) = 30%
R=33.25%
G=36.75%
B=30%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1331471200.1000.180.4291.1111.1152.35
Hex859378A0122A5bb34
Octal20522317012022521331364
Binary10000101100100111111000101001001010101010110111011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #859378

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #859378; }

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

 H1.HeaderClassName
 {
   color: #859378;
 }
 .AnyTagClassName
 {
   color: #859378;
 }
</style>
background-color css

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

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

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

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

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

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