Html Css Color HEX #858B09 Olive

📋 copy color: '#858B09'

red 133 ◦ green 139 ◦ blue 9

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

Shades of Olive #858B09

Tints of Olive #858B09

RGB

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

 GREEN value IS 139 (54.69% from 255) = 49.47%

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

R = 47.33%
G = 49.47%
B = 3.2%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.94

 K value IS 0.45

RGB Variations

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

Color information

#858B09 (or 0x858B09) is known color: Olive. HEX triplet: 85, 8B and 09. RGB value is (133,139,9). Sum of RGB (Red+Green+Blue) = 133+139+9=281 (37% of max value = 765). Red value is 133 (52.34% from 255 or 47.33% from 281); Green value is 139 (54.69% from 255 or 49.47% from 281); Blue value is 9 (3.91% from 255 or 3.20% from 281); Max value from RGB is 139 - color contains mainly: green. Hex color #858B09 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #858B09 is #7A74F6. Grayscale: #7A7A7A. Windows color (decimal): -8025335 or 625541. OLE color: 625541.

HSL color Cylindrical-coordinate representation of color #858B09: hue angle of 62.77º degrees, saturation: 0.88, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #858B09 is Cyan = 0.04, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.45.

Color convert

RGB 133 139 9 -
CMYK 0.04 0 0.94 0.45
HSL 62.77º 0.88% 0.29% -
HSV(B) 62.77º 0.94% 0.55% -
XYZ 18.95 23.47 3.79 -
YUV 122.39 64.01 135.57 -
System Red Green Blue C M Y K H S L
Decimal 133 139 9 0.04 0 0.94 0.45 62.77 0.88 0.29
Hex 85 8B 9 4 0 5E 2D 3F 58 1D
Octal 205 213 11 4 0 136 55 77 130 35
Binary 10000101 10001011 1001 100 0 1011110 101101 111111 1011000 11101

Color Harmonies of #858B09

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #858B09

Black with #858B09

Text Example


Text Example

White with #858B09

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #858B09; }

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

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

background-color css

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

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

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

border-color css

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

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

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