Html Css Color HEX #89780E Olive

📋 copy color: '#89780E'

red 137 ◦ green 120 ◦ blue 14

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

Shades of Olive #89780E

Tints of Olive #89780E

RGB

 RED value IS 137 (53.91% from 255) = 50.55%

 GREEN value IS 120 (47.27% from 255) = 44.28%

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

R = 50.55%
G = 44.28%
B = 5.17%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.90

 K value IS 0.46

RGB Variations

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

Color information

#89780E (or 0x89780E) is known color: Olive. HEX triplet: 89, 78 and 0E. RGB value is (137,120,14). Sum of RGB (Red+Green+Blue) = 137+120+14=271 (35% of max value = 765). Red value is 137 (53.91% from 255 or 50.55% from 271); Green value is 120 (47.27% from 255 or 44.28% from 271); Blue value is 14 (5.86% from 255 or 5.17% from 271); Max value from RGB is 137 - color contains mainly: red. Hex color #89780E is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #89780E is #7687F1. Grayscale: #717171. Windows color (decimal): -7768050 or 948361. OLE color: 948361.

HSL color Cylindrical-coordinate representation of color #89780E: hue angle of 51.71º degrees, saturation: 0.81, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #89780E is Cyan = 0, Magento = 0.12, Yellow = 0.90 and Black (K on CMYK) = 0.46.

Color convert

RGB 137 120 14 -
CMYK 0 0.12 0.90 0.46
HSL 51.71º 0.81% 0.3% -
HSV(B) 51.71º 0.9% 0.54% -
XYZ 17.11 18.78 3.14 -
YUV 113 72.13 145.12 -
System Red Green Blue C M Y K H S L
Decimal 137 120 14 0 0.12 0.90 0.46 51.71 0.81 0.3
Hex 89 78 E 0 C 5A 2E 34 51 1E
Octal 211 170 16 0 14 132 56 64 121 36
Binary 10001001 1111000 1110 0 1100 1011010 101110 110100 1010001 11110

Color Harmonies of #89780E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #89780E

Black with #89780E

Text Example


Text Example

White with #89780E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(137,120,14); }

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

background-color css

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

 a { background-color: rgb(137,120,14); }

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

border-color css

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

 span { border-color: rgb(137,120,14); }

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