Html Css Color HEX #858002 Olive

📋 copy color: '#858002'

red 133 ◦ green 128 ◦ blue 2

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

Shades of Olive #858002

Tints of Olive #858002

RGB

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

 GREEN value IS 128 (50.39% from 255) = 48.67%

 BLUE value IS 2 (1.17% from 255) = 0.76%

R = 50.57%
G = 48.67%
B = 0.76%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.98

 K value IS 0.48

RGB Variations

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

Color information

#858002 (or 0x858002) is known color: Olive. HEX triplet: 85, 80 and 02. RGB value is (133,128,2). Sum of RGB (Red+Green+Blue) = 133+128+2=263 (34% of max value = 765). Red value is 133 (52.34% from 255 or 50.57% from 263); Green value is 128 (50.39% from 255 or 48.67% from 263); Blue value is 2 (1.17% from 255 or 0.76% from 263); Max value from RGB is 133 - color contains mainly: red. Hex color #858002 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #858002 is #7A7FFD. Grayscale: #737373. Windows color (decimal): -8028158 or 163973. OLE color: 163973.

HSL color Cylindrical-coordinate representation of color #858002: hue angle of 57.71º degrees, saturation: 0.97, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #858002 is Cyan = 0, Magento = 0.04, Yellow = 0.98 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 128 2 -
CMYK 0 0.04 0.98 0.48
HSL 57.71º 0.97% 0.26% -
HSV(B) 57.71º 0.98% 0.52% -
XYZ 17.4 20.43 3.08 -
YUV 115.13 64.16 140.75 -
System Red Green Blue C M Y K H S L
Decimal 133 128 2 0 0.04 0.98 0.48 57.71 0.97 0.26
Hex 85 80 2 0 4 62 30 3A 61 1A
Octal 205 200 2 0 4 142 60 72 141 32
Binary 10000101 10000000 10 0 100 1100010 110000 111010 1100001 11010

Color Harmonies of #858002

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #858002

Black with #858002

Text Example


Text Example

White with #858002

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #858002; }

 p { color: rgb(133,128,2); }

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

background-color css

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

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

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

border-color css

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

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

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