Html Css Color HEX #857E13 Olive

📋 copy color: '#857E13'

red 133 ◦ green 126 ◦ blue 19

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

Shades of Olive #857E13

Tints of Olive #857E13

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 6.83%

R = 47.84%
G = 45.32%
B = 6.83%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.86

 K value IS 0.48

RGB Variations

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

Color information

#857E13 (or 0x857E13) is known color: Olive. HEX triplet: 85, 7E and 13. RGB value is (133,126,19). Sum of RGB (Red+Green+Blue) = 133+126+19=278 (36% of max value = 765). Red value is 133 (52.34% from 255 or 47.84% from 278); Green value is 126 (49.61% from 255 or 45.32% from 278); Blue value is 19 (7.81% from 255 or 6.83% from 278); Max value from RGB is 133 - color contains mainly: red. Hex color #857E13 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #857E13 is #7A81EC. Grayscale: #747474. Windows color (decimal): -8028653 or 1277573. OLE color: 1277573.

HSL color Cylindrical-coordinate representation of color #857E13: hue angle of 56.32º degrees, saturation: 0.75, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #857E13 is Cyan = 0, Magento = 0.05, Yellow = 0.86 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 126 19 -
CMYK 0 0.05 0.86 0.48
HSL 56.32º 0.75% 0.3% -
HSV(B) 56.32º 0.86% 0.52% -
XYZ 17.25 19.96 3.56 -
YUV 115.9 73.32 140.2 -
System Red Green Blue C M Y K H S L
Decimal 133 126 19 0 0.05 0.86 0.48 56.32 0.75 0.3
Hex 85 7E 13 0 5 56 30 38 4B 1E
Octal 205 176 23 0 5 126 60 70 113 36
Binary 10000101 1111110 10011 0 101 1010110 110000 111000 1001011 11110

Color Harmonies of #857E13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #857E13

Black with #857E13

Text Example


Text Example

White with #857E13

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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