Html Css Color HEX #857E02 Olive

📋 copy color: '#857E02'

red 133 ◦ green 126 ◦ blue 2

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

Shades of Olive #857E02

Tints of Olive #857E02

RGB

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

 GREEN value IS 126 (49.61% from 255) = 48.28%

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

R = 50.96%
G = 48.28%
B = 0.77%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.98

 K value IS 0.48

RGB Variations

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

Color information

#857E02 (or 0x857E02) is known color: Olive. HEX triplet: 85, 7E and 02. RGB value is (133,126,2). Sum of RGB (Red+Green+Blue) = 133+126+2=261 (34% of max value = 765). Red value is 133 (52.34% from 255 or 50.96% from 261); Green value is 126 (49.61% from 255 or 48.28% from 261); Blue value is 2 (1.17% from 255 or 0.77% from 261); Max value from RGB is 133 - color contains mainly: red. Hex color #857E02 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #857E02 is #7A81FD. Grayscale: #727272. Windows color (decimal): -8028670 or 163461. OLE color: 163461.

HSL color Cylindrical-coordinate representation of color #857E02: hue angle of 56.79º 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 #857E02 is Cyan = 0, Magento = 0.05, Yellow = 0.98 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 126 2 -
CMYK 0 0.05 0.98 0.48
HSL 56.79º 0.97% 0.26% -
HSV(B) 56.79º 0.98% 0.52% -
XYZ 17.14 19.91 3 -
YUV 113.96 64.82 141.58 -
System Red Green Blue C M Y K H S L
Decimal 133 126 2 0 0.05 0.98 0.48 56.79 0.97 0.26
Hex 85 7E 2 0 5 62 30 39 61 1A
Octal 205 176 2 0 5 142 60 71 141 32
Binary 10000101 1111110 10 0 101 1100010 110000 111001 1100001 11010

Color Harmonies of #857E02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #857E02

Black with #857E02

Text Example


Text Example

White with #857E02

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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