Html Css Color HEX #85790E Olive

📋 copy color: '#85790E'

red 133 ◦ green 121 ◦ blue 14

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

Shades of Olive #85790E

Tints of Olive #85790E

RGB

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

 GREEN value IS 121 (47.66% from 255) = 45.15%

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

R = 49.63%
G = 45.15%
B = 5.22%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.89

 K value IS 0.48

RGB Variations

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

Color information

#85790E (or 0x85790E) is known color: Olive. HEX triplet: 85, 79 and 0E. RGB value is (133,121,14). Sum of RGB (Red+Green+Blue) = 133+121+14=268 (35% of max value = 765). Red value is 133 (52.34% from 255 or 49.63% from 268); Green value is 121 (47.66% from 255 or 45.15% from 268); Blue value is 14 (5.86% from 255 or 5.22% from 268); Max value from RGB is 133 - color contains mainly: red. Hex color #85790E is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #85790E is #7A86F1. Grayscale: #707070. Windows color (decimal): -8029938 or 948613. OLE color: 948613.

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

Color convert

RGB 133 121 14 -
CMYK 0 0.09 0.89 0.48
HSL 53.95º 0.81% 0.29% -
HSV(B) 53.95º 0.89% 0.52% -
XYZ 16.59 18.69 3.15 -
YUV 112.39 72.48 142.7 -
System Red Green Blue C M Y K H S L
Decimal 133 121 14 0 0.09 0.89 0.48 53.95 0.81 0.29
Hex 85 79 E 0 9 59 30 36 51 1D
Octal 205 171 16 0 11 131 60 66 121 35
Binary 10000101 1111001 1110 0 1001 1011001 110000 110110 1010001 11101

Color Harmonies of #85790E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85790E

Black with #85790E

Text Example


Text Example

White with #85790E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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