Html Css Color HEX #857002 Olive

📋 copy color: '#857002'

red 133 ◦ green 112 ◦ blue 2

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

Shades of Olive #857002

Tints of Olive #857002

RGB

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

 GREEN value IS 112 (44.14% from 255) = 45.34%

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

R = 53.85%
G = 45.34%
B = 0.81%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.98

 K value IS 0.48

RGB Variations

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

Color information

#857002 (or 0x857002) is known color: Olive. HEX triplet: 85, 70 and 02. RGB value is (133,112,2). Sum of RGB (Red+Green+Blue) = 133+112+2=247 (32% of max value = 765). Red value is 133 (52.34% from 255 or 53.85% from 247); Green value is 112 (44.14% from 255 or 45.34% from 247); Blue value is 2 (1.17% from 255 or 0.81% from 247); Max value from RGB is 133 - color contains mainly: red. Hex color #857002 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #857002 is #7A8FFD. Grayscale: #6A6A6A. Windows color (decimal): -8032254 or 159877. OLE color: 159877.

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

Color convert

RGB 133 112 2 -
CMYK 0 0.16 0.98 0.48
HSL 50.38º 0.97% 0.26% -
HSV(B) 50.38º 0.98% 0.52% -
XYZ 15.48 16.58 2.44 -
YUV 105.74 69.46 147.44 -
System Red Green Blue C M Y K H S L
Decimal 133 112 2 0 0.16 0.98 0.48 50.38 0.97 0.26
Hex 85 70 2 0 10 62 30 32 61 1A
Octal 205 160 2 0 20 142 60 62 141 32
Binary 10000101 1110000 10 0 10000 1100010 110000 110010 1100001 11010

Color Harmonies of #857002

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #857002

Black with #857002

Text Example


Text Example

White with #857002

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #857002; }

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

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

background-color css

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

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

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

border-color css

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

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

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