Html Css Color HEX #858E02 Olive

📋 copy color: '#858E02'

red 133 ◦ green 142 ◦ blue 2

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

Shades of Olive #858E02

Tints of Olive #858E02

RGB

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

 GREEN value IS 142 (55.86% from 255) = 51.26%

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

R = 48.01%
G = 51.26%
B = 0.72%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.99

 K value IS 0.44

RGB Variations

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

Color information

#858E02 (or 0x858E02) is known color: Olive. HEX triplet: 85, 8E and 02. RGB value is (133,142,2). Sum of RGB (Red+Green+Blue) = 133+142+2=277 (36% of max value = 765). Red value is 133 (52.34% from 255 or 48.01% from 277); Green value is 142 (55.86% from 255 or 51.26% from 277); Blue value is 2 (1.17% from 255 or 0.72% from 277); Max value from RGB is 142 - color contains mainly: green. Hex color #858E02 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #858E02 is #7A71FD. Grayscale: #7B7B7B. Windows color (decimal): -8024574 or 167557. OLE color: 167557.

HSL color Cylindrical-coordinate representation of color #858E02: hue angle of 63.86º degrees, saturation: 0.97, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #858E02 is Cyan = 0.06, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.44.

Color convert

RGB 133 142 2 -
CMYK 0.06 0 0.99 0.44
HSL 63.86º 0.97% 0.28% -
HSV(B) 63.86º 0.99% 0.56% -
XYZ 19.36 24.34 3.73 -
YUV 123.35 59.52 134.88 -
System Red Green Blue C M Y K H S L
Decimal 133 142 2 0.06 0 0.99 0.44 63.86 0.97 0.28
Hex 85 8E 2 6 0 63 2C 40 61 1C
Octal 205 216 2 6 0 143 54 100 141 34
Binary 10000101 10001110 10 110 0 1100011 101100 1000000 1100001 11100

Color Harmonies of #858E02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #858E02

Black with #858E02

Text Example


Text Example

White with #858E02

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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