Html Css Color HEX #857302 Olive

📋 copy color: '#857302'

red 133 ◦ green 115 ◦ blue 2

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

Shades of Olive #857302

Tints of Olive #857302

RGB

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

 GREEN value IS 115 (45.31% from 255) = 46%

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

R = 53.2%
G = 46%
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

#857302 (or 0x857302) is known color: Olive. HEX triplet: 85, 73 and 02. RGB value is (133,115,2). Sum of RGB (Red+Green+Blue) = 133+115+2=250 (33% of max value = 765). Red value is 133 (52.34% from 255 or 53.2% from 250); Green value is 115 (45.31% from 255 or 46% from 250); Blue value is 2 (1.17% from 255 or 0.8% from 250); Max value from RGB is 133 - color contains mainly: red. Hex color #857302 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #857302 is #7A8CFD. Grayscale: #6B6B6B. Windows color (decimal): -8031486 or 160645. OLE color: 160645.

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

Color convert

RGB 133 115 2 -
CMYK 0 0.14 0.98 0.48
HSL 51.76º 0.97% 0.26% -
HSV(B) 51.76º 0.98% 0.52% -
XYZ 15.81 17.25 2.55 -
YUV 107.5 68.46 146.19 -
System Red Green Blue C M Y K H S L
Decimal 133 115 2 0 0.14 0.98 0.48 51.76 0.97 0.26
Hex 85 73 2 0 E 62 30 34 61 1A
Octal 205 163 2 0 16 142 60 64 141 32
Binary 10000101 1110011 10 0 1110 1100010 110000 110100 1100001 11010

Color Harmonies of #857302

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #857302

Black with #857302

Text Example


Text Example

White with #857302

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #857302; }

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

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

background-color css

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

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

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

border-color css

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

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

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