Html Css Color HEX #858308 Olive

📋 copy color: '#858308'

red 133 ◦ green 131 ◦ blue 8

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

Shades of Olive #858308

Tints of Olive #858308

RGB

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

 GREEN value IS 131 (51.56% from 255) = 48.16%

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

R = 48.9%
G = 48.16%
B = 2.94%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.94

 K value IS 0.48

RGB Variations

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

Color information

#858308 (or 0x858308) is known color: Olive. HEX triplet: 85, 83 and 08. RGB value is (133,131,8). Sum of RGB (Red+Green+Blue) = 133+131+8=272 (36% of max value = 765). Red value is 133 (52.34% from 255 or 48.90% from 272); Green value is 131 (51.56% from 255 or 48.16% from 272); Blue value is 8 (3.52% from 255 or 2.94% from 272); Max value from RGB is 133 - color contains mainly: red. Hex color #858308 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #858308 is #7A7CF7. Grayscale: #767676. Windows color (decimal): -8027384 or 557957. OLE color: 557957.

HSL color Cylindrical-coordinate representation of color #858308: hue angle of 59.04º 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 #858308 is Cyan = 0, Magento = 0.02, Yellow = 0.94 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 131 8 -
CMYK 0 0.02 0.94 0.48
HSL 59.04º 0.89% 0.28% -
HSV(B) 59.04º 0.94% 0.52% -
XYZ 17.83 21.24 3.39 -
YUV 117.58 66.16 139 -
System Red Green Blue C M Y K H S L
Decimal 133 131 8 0 0.02 0.94 0.48 59.04 0.89 0.28
Hex 85 83 8 0 2 5E 30 3B 59 1C
Octal 205 203 10 0 2 136 60 73 131 34
Binary 10000101 10000011 1000 0 10 1011110 110000 111011 1011001 11100

Color Harmonies of #858308

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #858308

Black with #858308

Text Example


Text Example

White with #858308

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #858308; }

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

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

background-color css

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

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

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

border-color css

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

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

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