Html Css Color HEX #858B08 Olive

📋 copy color: '#858B08'

red 133 ◦ green 139 ◦ blue 8

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

Shades of Olive #858B08

Tints of Olive #858B08

RGB

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

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

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

R = 47.5%
G = 49.64%
B = 2.86%

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

#858B08 (or 0x858B08) is known color: Olive. HEX triplet: 85, 8B and 08. RGB value is (133,139,8). Sum of RGB (Red+Green+Blue) = 133+139+8=280 (37% of max value = 765). Red value is 133 (52.34% from 255 or 47.5% from 280); Green value is 139 (54.69% from 255 or 49.64% from 280); Blue value is 8 (3.52% from 255 or 2.86% from 280); Max value from RGB is 139 - color contains mainly: green. Hex color #858B08 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #858B08 is #7A74F7. Grayscale: #7A7A7A. Windows color (decimal): -8025336 or 560005. OLE color: 560005.

HSL color Cylindrical-coordinate representation of color #858B08: hue angle of 62.75º degrees, saturation: 0.89, 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 #858B08 is Cyan = 0.04, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.45.

Color convert

RGB 133 139 8 -
CMYK 0.04 0 0.94 0.45
HSL 62.75º 0.89% 0.29% -
HSV(B) 62.75º 0.94% 0.55% -
XYZ 18.95 23.47 3.76 -
YUV 122.27 63.51 135.65 -
System Red Green Blue C M Y K H S L
Decimal 133 139 8 0.04 0 0.94 0.45 62.75 0.89 0.29
Hex 85 8B 8 4 0 5E 2D 3F 59 1D
Octal 205 213 10 4 0 136 55 77 131 35
Binary 10000101 10001011 1000 100 0 1011110 101101 111111 1011001 11101

Color Harmonies of #858B08

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #858B08

Black with #858B08

Text Example


Text Example

White with #858B08

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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