Html Css Color HEX #899405 Olive

📋 copy color: '#899405'

red 137 ◦ green 148 ◦ blue 5

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

Shades of Olive #899405

Tints of Olive #899405

RGB

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

 GREEN value IS 148 (58.2% from 255) = 51.03%

 BLUE value IS 5 (2.34% from 255) = 1.72%

R = 47.24%
G = 51.03%
B = 1.72%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.97

 K value IS 0.42

RGB Variations

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

Color information

#899405 (or 0x899405) is known color: Olive. HEX triplet: 89, 94 and 05. RGB value is (137,148,5). Sum of RGB (Red+Green+Blue) = 137+148+5=290 (38% of max value = 765). Red value is 137 (53.91% from 255 or 47.24% from 290); Green value is 148 (58.20% from 255 or 51.03% from 290); Blue value is 5 (2.34% from 255 or 1.72% from 290); Max value from RGB is 148 - color contains mainly: green. Hex color #899405 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #899405 is #766BFA. Grayscale: #808080. Windows color (decimal): -7760891 or 365705. OLE color: 365705.

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

Color convert

RGB 137 148 5 -
CMYK 0.07 0 0.97 0.42
HSL 64.62º 0.93% 0.3% -
HSV(B) 64.62º 0.97% 0.58% -
XYZ 20.93 26.51 4.16 -
YUV 128.41 58.36 134.13 -
System Red Green Blue C M Y K H S L
Decimal 137 148 5 0.07 0 0.97 0.42 64.62 0.93 0.3
Hex 89 94 5 7 0 61 2A 41 5D 1E
Octal 211 224 5 7 0 141 52 101 135 36
Binary 10001001 10010100 101 111 0 1100001 101010 1000001 1011101 11110

Color Harmonies of #899405

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #899405

Black with #899405

Text Example


Text Example

White with #899405

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #899405; }

 p { color: rgb(137,148,5); }

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

background-color css

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

 a { background-color: rgb(137,148,5); }

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

border-color css

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

 span { border-color: rgb(137,148,5); }

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