Html Css Color HEX #89930A Olive

📋 copy color: '#89930A'

red 137 ◦ green 147 ◦ blue 10

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

Shades of Olive #89930A

Tints of Olive #89930A

RGB

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

 GREEN value IS 147 (57.81% from 255) = 50%

 BLUE value IS 10 (4.3% from 255) = 3.4%

R = 46.6%
G = 50%
B = 3.4%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.93

 K value IS 0.42

RGB Variations

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

Color information

#89930A (or 0x89930A) is known color: Olive. HEX triplet: 89, 93 and 0A. RGB value is (137,147,10). Sum of RGB (Red+Green+Blue) = 137+147+10=294 (38% of max value = 765). Red value is 137 (53.91% from 255 or 46.60% from 294); Green value is 147 (57.81% from 255 or 50% from 294); Blue value is 10 (4.30% from 255 or 3.40% from 294); Max value from RGB is 147 - color contains mainly: green. Hex color #89930A is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #89930A is #766CF5. Grayscale: #808080. Windows color (decimal): -7761142 or 693129. OLE color: 693129.

HSL color Cylindrical-coordinate representation of color #89930A: hue angle of 64.38º degrees, saturation: 0.87, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #89930A is Cyan = 0.07, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.42.

Color convert

RGB 137 147 10 -
CMYK 0.07 0 0.93 0.42
HSL 64.38º 0.87% 0.31% -
HSV(B) 64.38º 0.93% 0.58% -
XYZ 20.81 26.21 4.25 -
YUV 128.39 61.19 134.14 -
System Red Green Blue C M Y K H S L
Decimal 137 147 10 0.07 0 0.93 0.42 64.38 0.87 0.31
Hex 89 93 A 7 0 5D 2A 40 57 1F
Octal 211 223 12 7 0 135 52 100 127 37
Binary 10001001 10010011 1010 111 0 1011101 101010 1000000 1010111 11111

Color Harmonies of #89930A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #89930A

Black with #89930A

Text Example


Text Example

White with #89930A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #89930A; }

 p { color: rgb(137,147,10); }

 H1.HeaderClassName
 {
   color: #89930A;
 }
 .AnyTagClassName
 {
   color: #89930A;
 }
</style>

background-color css

<style>
 a { background-color: #89930A; }

 a { background-color: rgb(137,147,10); }

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

border-color css

<style>
 span { border-color: #89930A; }

 span { border-color: rgb(137,147,10); }

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