Html Css Color HEX #85810E Olive

📋 copy color: '#85810E'

red 133 ◦ green 129 ◦ blue 14

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

Shades of Olive #85810E

Tints of Olive #85810E

RGB

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

 GREEN value IS 129 (50.78% from 255) = 46.74%

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

R = 48.19%
G = 46.74%
B = 5.07%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.89

 K value IS 0.48

RGB Variations

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

Color information

#85810E (or 0x85810E) is known color: Olive. HEX triplet: 85, 81 and 0E. RGB value is (133,129,14). Sum of RGB (Red+Green+Blue) = 133+129+14=276 (36% of max value = 765). Red value is 133 (52.34% from 255 or 48.19% from 276); Green value is 129 (50.78% from 255 or 46.74% from 276); Blue value is 14 (5.86% from 255 or 5.07% from 276); Max value from RGB is 133 - color contains mainly: red. Hex color #85810E is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #85810E is #7A7EF1. Grayscale: #757575. Windows color (decimal): -8027890 or 950661. OLE color: 950661.

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

Color convert

RGB 133 129 14 -
CMYK 0 0.03 0.89 0.48
HSL 57.98º 0.81% 0.29% -
HSV(B) 57.98º 0.89% 0.52% -
XYZ 17.6 20.72 3.49 -
YUV 117.09 69.83 139.35 -
System Red Green Blue C M Y K H S L
Decimal 133 129 14 0 0.03 0.89 0.48 57.98 0.81 0.29
Hex 85 81 E 0 3 59 30 3A 51 1D
Octal 205 201 16 0 3 131 60 72 121 35
Binary 10000101 10000001 1110 0 11 1011001 110000 111010 1010001 11101

Color Harmonies of #85810E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85810E

Black with #85810E

Text Example


Text Example

White with #85810E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #85810E; }

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

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

background-color css

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

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

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

border-color css

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

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

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