Html Css Color HEX #858609 Olive

📋 copy color: '#858609'

red 133 ◦ green 134 ◦ blue 9

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

Shades of Olive #858609

Tints of Olive #858609

RGB

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

 GREEN value IS 134 (52.73% from 255) = 48.55%

 BLUE value IS 9 (3.91% from 255) = 3.26%

R = 48.19%
G = 48.55%
B = 3.26%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.93

 K value IS 0.47

RGB Variations

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

Color information

#858609 (or 0x858609) is known color: Olive. HEX triplet: 85, 86 and 09. RGB value is (133,134,9). Sum of RGB (Red+Green+Blue) = 133+134+9=276 (36% of max value = 765). Red value is 133 (52.34% from 255 or 48.19% from 276); Green value is 134 (52.73% from 255 or 48.55% from 276); Blue value is 9 (3.91% from 255 or 3.26% from 276); Max value from RGB is 134 - color contains mainly: green. Hex color #858609 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #858609 is #7A79F6. Grayscale: #777777. Windows color (decimal): -8026615 or 624261. OLE color: 624261.

HSL color Cylindrical-coordinate representation of color #858609: hue angle of 60.48º degrees, saturation: 0.87, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #858609 is Cyan = 0.01, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.47.

Color convert

RGB 133 134 9 -
CMYK 0.01 0 0.93 0.47
HSL 60.48º 0.87% 0.28% -
HSV(B) 60.48º 0.93% 0.53% -
XYZ 18.25 22.06 3.55 -
YUV 119.45 65.67 137.66 -
System Red Green Blue C M Y K H S L
Decimal 133 134 9 0.01 0 0.93 0.47 60.48 0.87 0.28
Hex 85 86 9 1 0 5D 2F 3C 57 1C
Octal 205 206 11 1 0 135 57 74 127 34
Binary 10000101 10000110 1001 1 0 1011101 101111 111100 1010111 11100

Color Harmonies of #858609

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #858609

Black with #858609

Text Example


Text Example

White with #858609

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #858609; }

 p { color: rgb(133,134,9); }

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

background-color css

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

 a { background-color: rgb(133,134,9); }

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

border-color css

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

 span { border-color: rgb(133,134,9); }

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