Html Css Color HEX #858D06 Olive

📋 copy color: '#858D06'

red 133 ◦ green 141 ◦ blue 6

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

Shades of Olive #858D06

Tints of Olive #858D06

RGB

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

 GREEN value IS 141 (55.47% from 255) = 50.36%

 BLUE value IS 6 (2.73% from 255) = 2.14%

R = 47.5%
G = 50.36%
B = 2.14%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.96

 K value IS 0.45

RGB Variations

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

Color information

#858D06 (or 0x858D06) is known color: Olive. HEX triplet: 85, 8D and 06. RGB value is (133,141,6). Sum of RGB (Red+Green+Blue) = 133+141+6=280 (37% of max value = 765). Red value is 133 (52.34% from 255 or 47.5% from 280); Green value is 141 (55.47% from 255 or 50.36% from 280); Blue value is 6 (2.73% from 255 or 2.14% from 280); Max value from RGB is 141 - color contains mainly: green. Hex color #858D06 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #858D06 is #7A72F9. Grayscale: #7B7B7B. Windows color (decimal): -8024826 or 429445. OLE color: 429445.

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

Color convert

RGB 133 141 6 -
CMYK 0.06 0 0.96 0.45
HSL 63.56º 0.92% 0.29% -
HSV(B) 63.56º 0.96% 0.55% -
XYZ 19.23 24.05 3.8 -
YUV 123.22 61.85 134.98 -
System Red Green Blue C M Y K H S L
Decimal 133 141 6 0.06 0 0.96 0.45 63.56 0.92 0.29
Hex 85 8D 6 6 0 60 2D 40 5C 1D
Octal 205 215 6 6 0 140 55 100 134 35
Binary 10000101 10001101 110 110 0 1100000 101101 1000000 1011100 11101

Color Harmonies of #858D06

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #858D06

Black with #858D06

Text Example


Text Example

White with #858D06

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(133,141,6); }

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

background-color css

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

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

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

border-color css

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

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

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