#918E08

Color #918E08 Olive (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Olive #918E08

Tints of Olive #918E08

Color information

#918E08 (or 0x918E08) is unknown color: approx Olive. HEX triplet: 91, 8E and 08. RGB value is (145,142,8). Sum of RGB (Red+Green+Blue) = 145+142+8=295 (39% of max value = 765). Red value is 145 (57.03% from 255 or 49.15% from 295); Green value is 142 (55.86% from 255 or 48.14% from 295); Blue value is 8 (3.52% from 255 or 2.71% from 295); Max value from RGB is 145 - color contains mainly: red. Hex color #918E08 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #918E08 is #6E71F7. Grayscale: #808080. Windows color (decimal): -7238136 or 560785. OLE color: 560785.

HSL color Cylindrical-coordinate representation of color #918E08: hue angle of 58.69º degrees, saturation: 0.9, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #918E08 is Cyan = 0, Magento = 0.02, Yellow = 0.94 and Black (K on CMYK) = 0.43.

Color convert

RGB1451428-
CMYK00.020.940.43
HSL58.69º89.54%30%-
HSV(B)58.69º94.48%56.86%-
XYZ21.3925.384-
YUV127.6260.49140.4-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 49.15%
GREEN value IS 142 (55.86% from 255) = 48.14%
BLUE value IS 8 (3.52% from 255) = 2.71%
R=49.15%
G=48.14%
B=2.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.94
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal145142800.020.940.4358.6989.5430
Hex918E8025E2B3b5a1e
Octal2212161002136537313236
Binary100100011000111010000101011110101011111011101101011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #918E08

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #918E08; }

 p { color: rgb(145,142,8); }

 H1.HeaderClassName
 {
   color: #918E08;
 }
 .AnyTagClassName
 {
   color: #918E08;
 }
</style>
background-color css

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

 a { background-color: rgb(145,142,8); }

 div.DivClassName
 {
   background-color: #918E08;
 }
 .BgClassName
 {
   background-color: #918E08;
 }
</style>
border-color css

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

 span { border-color: rgb(145,142,8); }

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