Html Css Color HEX #858508 Olive

📋 copy color: '#858508'

red 133 ◦ green 133 ◦ blue 8

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

Shades of Olive #858508

Tints of Olive #858508

RGB

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

 GREEN value IS 133 (52.34% from 255) = 48.54%

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

R = 48.54%
G = 48.54%
B = 2.92%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.94

 K value IS 0.48

RGB Variations

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

Color information

#858508 (or 0x858508) is known color: Olive. HEX triplet: 85, 85 and 08. RGB value is (133,133,8). Sum of RGB (Red+Green+Blue) = 133+133+8=274 (36% of max value = 765). Red value is 133 (52.34% from 255 or 48.54% from 274); Green value is 133 (52.34% from 255 or 48.54% from 274); Blue value is 8 (3.52% from 255 or 2.92% from 274); Max value from RGB is 133 - color contains mainly: red, green. Hex color #858508 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #858508 is #7A7AF7. Grayscale: #777777. Windows color (decimal): -8026872 or 558469. OLE color: 558469.

HSL color Cylindrical-coordinate representation of color #858508: hue angle of 60º degrees, saturation: 0.89, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #858508 is Cyan = 0, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 133 8 -
CMYK 0 0 0.94 0.48
HSL 60º 0.89% 0.28% -
HSV(B) 60º 0.94% 0.52% -
XYZ 18.1 21.78 3.48 -
YUV 118.75 65.5 138.16 -
System Red Green Blue C M Y K H S L
Decimal 133 133 8 0 0 0.94 0.48 60 0.89 0.28
Hex 85 85 8 0 0 5E 30 3C 59 1C
Octal 205 205 10 0 0 136 60 74 131 34
Binary 10000101 10000101 1000 0 0 1011110 110000 111100 1011001 11100

Color Harmonies of #858508

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #858508

Black with #858508

Text Example


Text Example

White with #858508

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #858508; }

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

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

background-color css

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

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

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

border-color css

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

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

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