Html Css Color HEX #858B06 Olive

📋 copy color: '#858B06'

red 133 ◦ green 139 ◦ blue 6

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

Shades of Olive #858B06

Tints of Olive #858B06

RGB

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

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

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

R = 47.84%
G = 50%
B = 2.16%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.96

 K value IS 0.45

RGB Variations

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

Color information

#858B06 (or 0x858B06) is known color: Olive. HEX triplet: 85, 8B and 06. RGB value is (133,139,6). Sum of RGB (Red+Green+Blue) = 133+139+6=278 (36% of max value = 765). Red value is 133 (52.34% from 255 or 47.84% from 278); Green value is 139 (54.69% from 255 or 50% from 278); Blue value is 6 (2.73% from 255 or 2.16% from 278); Max value from RGB is 139 - color contains mainly: green. Hex color #858B06 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #858B06 is #7A74F9. Grayscale: #7A7A7A. Windows color (decimal): -8025338 or 428933. OLE color: 428933.

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

Color convert

RGB 133 139 6 -
CMYK 0.04 0 0.96 0.45
HSL 62.71º 0.92% 0.28% -
HSV(B) 62.71º 0.96% 0.55% -
XYZ 18.94 23.46 3.7 -
YUV 122.04 62.51 135.81 -
System Red Green Blue C M Y K H S L
Decimal 133 139 6 0.04 0 0.96 0.45 62.71 0.92 0.28
Hex 85 8B 6 4 0 60 2D 3F 5C 1C
Octal 205 213 6 4 0 140 55 77 134 34
Binary 10000101 10001011 110 100 0 1100000 101101 111111 1011100 11100

Color Harmonies of #858B06

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #858B06

Black with #858B06

Text Example


Text Example

White with #858B06

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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