Html Css Color HEX #889408 Olive

📋 copy color: '#889408'

red 136 ◦ green 148 ◦ blue 8

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

Shades of Olive #889408

Tints of Olive #889408

RGB

 RED value IS 136 (53.52% from 255) = 46.58%

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

 BLUE value IS 8 (3.52% from 255) = 2.74%

R = 46.58%
G = 50.68%
B = 2.74%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.95

 K value IS 0.42

RGB Variations

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

Color information

#889408 (or 0x889408) is known color: Olive. HEX triplet: 88, 94 and 08. RGB value is (136,148,8). Sum of RGB (Red+Green+Blue) = 136+148+8=292 (38% of max value = 765). Red value is 136 (53.52% from 255 or 46.58% from 292); Green value is 148 (58.20% from 255 or 50.68% from 292); Blue value is 8 (3.52% from 255 or 2.74% from 292); Max value from RGB is 148 - color contains mainly: green. Hex color #889408 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #889408 is #776BF7. Grayscale: #818181. Windows color (decimal): -7826424 or 562312. OLE color: 562312.

HSL color Cylindrical-coordinate representation of color #889408: hue angle of 65.14º degrees, saturation: 0.9, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #889408 is Cyan = 0.08, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.42.

Color convert

RGB 136 148 8 -
CMYK 0.08 0 0.95 0.42
HSL 65.14º 0.9% 0.31% -
HSV(B) 65.14º 0.95% 0.58% -
XYZ 20.79 26.43 4.24 -
YUV 128.45 60.02 133.38 -
System Red Green Blue C M Y K H S L
Decimal 136 148 8 0.08 0 0.95 0.42 65.14 0.9 0.31
Hex 88 94 8 8 0 5F 2A 41 5A 1F
Octal 210 224 10 10 0 137 52 101 132 37
Binary 10001000 10010100 1000 1000 0 1011111 101010 1000001 1011010 11111

Color Harmonies of #889408

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #889408

Black with #889408

Text Example


Text Example

White with #889408

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #889408; }

 p { color: rgb(136,148,8); }

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

background-color css

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

 a { background-color: rgb(136,148,8); }

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

border-color css

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

 span { border-color: rgb(136,148,8); }

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