Html Css Color HEX #857C0E Olive

📋 copy color: '#857C0E'

red 133 ◦ green 124 ◦ blue 14

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

Shades of Olive #857C0E

Tints of Olive #857C0E

RGB

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

 GREEN value IS 124 (48.83% from 255) = 45.76%

 BLUE value IS 14 (5.86% from 255) = 5.17%

R = 49.08%
G = 45.76%
B = 5.17%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.89

 K value IS 0.48

RGB Variations

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

Color information

#857C0E (or 0x857C0E) is known color: Olive. HEX triplet: 85, 7C and 0E. RGB value is (133,124,14). Sum of RGB (Red+Green+Blue) = 133+124+14=271 (35% of max value = 765). Red value is 133 (52.34% from 255 or 49.08% from 271); Green value is 124 (48.83% from 255 or 45.76% from 271); Blue value is 14 (5.86% from 255 or 5.17% from 271); Max value from RGB is 133 - color contains mainly: red. Hex color #857C0E is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #857C0E is #7A83F1. Grayscale: #727272. Windows color (decimal): -8029170 or 949381. OLE color: 949381.

HSL color Cylindrical-coordinate representation of color #857C0E: hue angle of 55.46º degrees, saturation: 0.81, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #857C0E is Cyan = 0, Magento = 0.07, Yellow = 0.89 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 124 14 -
CMYK 0 0.07 0.89 0.48
HSL 55.46º 0.81% 0.29% -
HSV(B) 55.46º 0.89% 0.52% -
XYZ 16.96 19.43 3.27 -
YUV 114.15 71.48 141.44 -
System Red Green Blue C M Y K H S L
Decimal 133 124 14 0 0.07 0.89 0.48 55.46 0.81 0.29
Hex 85 7C E 0 7 59 30 37 51 1D
Octal 205 174 16 0 7 131 60 67 121 35
Binary 10000101 1111100 1110 0 111 1011001 110000 110111 1010001 11101

Color Harmonies of #857C0E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #857C0E

Black with #857C0E

Text Example


Text Example

White with #857C0E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(133,124,14); }

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

background-color css

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

 a { background-color: rgb(133,124,14); }

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

border-color css

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

 span { border-color: rgb(133,124,14); }

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