Html Css Color HEX #859375 Camouflage Green

📋 copy color: '#859375'

red 133 ◦ green 147 ◦ blue 117

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

Shades of Camouflage Green #859375

Tints of Camouflage Green #859375

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 29.47%

R = 33.5%
G = 37.03%
B = 29.47%

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

#859375 (or 0x859375) is known color: Camouflage Green. HEX triplet: 85, 93 and 75. RGB value is (133,147,117). Sum of RGB (Red+Green+Blue) = 133+147+117=397 (52% of max value = 765). Red value is 133 (52.34% from 255 or 33.50% from 397); Green value is 147 (57.81% from 255 or 37.03% from 397); Blue value is 117 (46.09% from 255 or 29.47% from 397); Max value from RGB is 147 - color contains mainly: green. Hex color #859375 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #859375 is #7A6C8A. Grayscale: #8B8B8B. Windows color (decimal): -8023179 or 7705477. OLE color: 7705477.

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

Color convert

RGB 133 147 117 -
CMYK 0.10 0 0.20 0.42
HSL 88º 0.12% 0.52% -
HSV(B) 88º 0.2% 0.58% -
XYZ 23.32 27.14 20.84 -
YUV 139.39 115.36 123.44 -
System Red Green Blue C M Y K H S L
Decimal 133 147 117 0.10 0 0.20 0.42 88 0.12 0.52
Hex 85 93 75 A 0 14 2A 58 C 34
Octal 205 223 165 12 0 24 52 130 14 64
Binary 10000101 10010011 1110101 1010 0 10100 101010 1011000 1100 110100

Color Harmonies of #859375

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #859375

Black with #859375

Text Example


Text Example

White with #859375

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #859375; }

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

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

background-color css

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

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

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

border-color css

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

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

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