Html Css Color HEX #859608 Olive

📋 copy color: '#859608'

red 133 ◦ green 150 ◦ blue 8

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

Shades of Olive #859608

Tints of Olive #859608

RGB

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

 GREEN value IS 150 (58.98% from 255) = 51.55%

 BLUE value IS 8 (3.52% from 255) = 2.75%

R = 45.7%
G = 51.55%
B = 2.75%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.95

 K value IS 0.41

RGB Variations

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

Color information

#859608 (or 0x859608) is known color: Olive. HEX triplet: 85, 96 and 08. RGB value is (133,150,8). Sum of RGB (Red+Green+Blue) = 133+150+8=291 (38% of max value = 765). Red value is 133 (52.34% from 255 or 45.70% from 291); Green value is 150 (58.98% from 255 or 51.55% from 291); Blue value is 8 (3.52% from 255 or 2.75% from 291); Max value from RGB is 150 - color contains mainly: green. Hex color #859608 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #859608 is #7A69F7. Grayscale: #818181. Windows color (decimal): -8022520 or 562821. OLE color: 562821.

HSL color Cylindrical-coordinate representation of color #859608: hue angle of 67.18º degrees, saturation: 0.9, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #859608 is Cyan = 0.11, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.41.

Color convert

RGB 133 150 8 -
CMYK 0.11 0 0.95 0.41
HSL 67.18º 0.9% 0.31% -
HSV(B) 67.18º 0.95% 0.59% -
XYZ 20.62 26.82 4.32 -
YUV 128.73 59.87 131.05 -
System Red Green Blue C M Y K H S L
Decimal 133 150 8 0.11 0 0.95 0.41 67.18 0.9 0.31
Hex 85 96 8 B 0 5F 29 43 5A 1F
Octal 205 226 10 13 0 137 51 103 132 37
Binary 10000101 10010110 1000 1011 0 1011111 101001 1000011 1011010 11111

Color Harmonies of #859608

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #859608

Black with #859608

Text Example


Text Example

White with #859608

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #859608; }

 p { color: rgb(133,150,8); }

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

background-color css

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

 a { background-color: rgb(133,150,8); }

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

border-color css

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

 span { border-color: rgb(133,150,8); }

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