Html Css Color HEX #857402 Olive

📋 copy color: '#857402'

red 133 ◦ green 116 ◦ blue 2

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

Shades of Olive #857402

Tints of Olive #857402

RGB

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

 GREEN value IS 116 (45.7% from 255) = 46.22%

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

R = 52.99%
G = 46.22%
B = 0.8%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.98

 K value IS 0.48

RGB Variations

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

Color information

#857402 (or 0x857402) is known color: Olive. HEX triplet: 85, 74 and 02. RGB value is (133,116,2). Sum of RGB (Red+Green+Blue) = 133+116+2=251 (33% of max value = 765). Red value is 133 (52.34% from 255 or 52.99% from 251); Green value is 116 (45.70% from 255 or 46.22% from 251); Blue value is 2 (1.17% from 255 or 0.80% from 251); Max value from RGB is 133 - color contains mainly: red. Hex color #857402 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #857402 is #7A8BFD. Grayscale: #6C6C6C. Windows color (decimal): -8031230 or 160901. OLE color: 160901.

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

Color convert

RGB 133 116 2 -
CMYK 0 0.13 0.98 0.48
HSL 52.21º 0.97% 0.26% -
HSV(B) 52.21º 0.98% 0.52% -
XYZ 15.93 17.48 2.59 -
YUV 108.09 68.13 145.77 -
System Red Green Blue C M Y K H S L
Decimal 133 116 2 0 0.13 0.98 0.48 52.21 0.97 0.26
Hex 85 74 2 0 D 62 30 34 61 1A
Octal 205 164 2 0 15 142 60 64 141 32
Binary 10000101 1110100 10 0 1101 1100010 110000 110100 1100001 11010

Color Harmonies of #857402

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #857402

Black with #857402

Text Example


Text Example

White with #857402

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #857402; }

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

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

background-color css

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

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

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

border-color css

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

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

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