Html Css Color HEX #857202 Olive

📋 copy color: '#857202'

red 133 ◦ green 114 ◦ blue 2

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

Shades of Olive #857202

Tints of Olive #857202

RGB

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

 GREEN value IS 114 (44.92% from 255) = 45.78%

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

R = 53.41%
G = 45.78%
B = 0.8%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.98

 K value IS 0.48

RGB Variations

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

Color information

#857202 (or 0x857202) is known color: Olive. HEX triplet: 85, 72 and 02. RGB value is (133,114,2). Sum of RGB (Red+Green+Blue) = 133+114+2=249 (32% of max value = 765). Red value is 133 (52.34% from 255 or 53.41% from 249); Green value is 114 (44.92% from 255 or 45.78% from 249); Blue value is 2 (1.17% from 255 or 0.80% from 249); Max value from RGB is 133 - color contains mainly: red. Hex color #857202 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #857202 is #7A8DFD. Grayscale: #6B6B6B. Windows color (decimal): -8031742 or 160389. OLE color: 160389.

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

Color convert

RGB 133 114 2 -
CMYK 0 0.14 0.98 0.48
HSL 51.3º 0.97% 0.26% -
HSV(B) 51.3º 0.98% 0.52% -
XYZ 15.7 17.03 2.52 -
YUV 106.91 68.79 146.61 -
System Red Green Blue C M Y K H S L
Decimal 133 114 2 0 0.14 0.98 0.48 51.3 0.97 0.26
Hex 85 72 2 0 E 62 30 33 61 1A
Octal 205 162 2 0 16 142 60 63 141 32
Binary 10000101 1110010 10 0 1110 1100010 110000 110011 1100001 11010

Color Harmonies of #857202

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #857202

Black with #857202

Text Example


Text Example

White with #857202

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #857202; }

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

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

background-color css

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

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

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

border-color css

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

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

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