Html Css Color HEX #857E0E Olive

📋 copy color: '#857E0E'

red 133 ◦ green 126 ◦ blue 14

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

Shades of Olive #857E0E

Tints of Olive #857E0E

RGB

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

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

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

R = 48.72%
G = 46.15%
B = 5.13%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.89

 K value IS 0.48

RGB Variations

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

Color information

#857E0E (or 0x857E0E) is known color: Olive. HEX triplet: 85, 7E and 0E. RGB value is (133,126,14). Sum of RGB (Red+Green+Blue) = 133+126+14=273 (36% of max value = 765). Red value is 133 (52.34% from 255 or 48.72% from 273); Green value is 126 (49.61% from 255 or 46.15% from 273); Blue value is 14 (5.86% from 255 or 5.13% from 273); Max value from RGB is 133 - color contains mainly: red. Hex color #857E0E is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #857E0E is #7A81F1. Grayscale: #737373. Windows color (decimal): -8028658 or 949893. OLE color: 949893.

HSL color Cylindrical-coordinate representation of color #857E0E: hue angle of 56.47º 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 #857E0E is Cyan = 0, Magento = 0.05, Yellow = 0.89 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 126 14 -
CMYK 0 0.05 0.89 0.48
HSL 56.47º 0.81% 0.29% -
HSV(B) 56.47º 0.89% 0.52% -
XYZ 17.21 19.94 3.36 -
YUV 115.33 70.82 140.61 -
System Red Green Blue C M Y K H S L
Decimal 133 126 14 0 0.05 0.89 0.48 56.47 0.81 0.29
Hex 85 7E E 0 5 59 30 38 51 1D
Octal 205 176 16 0 5 131 60 70 121 35
Binary 10000101 1111110 1110 0 101 1011001 110000 111000 1010001 11101

Color Harmonies of #857E0E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #857E0E

Black with #857E0E

Text Example


Text Example

White with #857E0E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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