Html Css Color HEX #858B04 Olive

📋 copy color: '#858B04'

red 133 ◦ green 139 ◦ blue 4

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

Shades of Olive #858B04

Tints of Olive #858B04

RGB

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

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

 BLUE value IS 4 (1.95% from 255) = 1.45%

R = 48.19%
G = 50.36%
B = 1.45%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.97

 K value IS 0.45

RGB Variations

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

Color information

#858B04 (or 0x858B04) is known color: Olive. HEX triplet: 85, 8B and 04. RGB value is (133,139,4). Sum of RGB (Red+Green+Blue) = 133+139+4=276 (36% of max value = 765). Red value is 133 (52.34% from 255 or 48.19% from 276); Green value is 139 (54.69% from 255 or 50.36% from 276); Blue value is 4 (1.95% from 255 or 1.45% from 276); Max value from RGB is 139 - color contains mainly: green. Hex color #858B04 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #858B04 is #7A74FB. Grayscale: #7A7A7A. Windows color (decimal): -8025340 or 297861. OLE color: 297861.

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

Color convert

RGB 133 139 4 -
CMYK 0.04 0 0.97 0.45
HSL 62.67º 0.94% 0.28% -
HSV(B) 62.67º 0.97% 0.55% -
XYZ 18.93 23.46 3.65 -
YUV 121.82 61.51 135.98 -
System Red Green Blue C M Y K H S L
Decimal 133 139 4 0.04 0 0.97 0.45 62.67 0.94 0.28
Hex 85 8B 4 4 0 61 2D 3F 5E 1C
Octal 205 213 4 4 0 141 55 77 136 34
Binary 10000101 10001011 100 100 0 1100001 101101 111111 1011110 11100

Color Harmonies of #858B04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #858B04

Black with #858B04

Text Example


Text Example

White with #858B04

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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