#918E0B

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

Shades of Olive #918E0B

Tints of Olive #918E0B

Color information

#918E0B (or 0x918E0B) is unknown color: approx Olive. HEX triplet: 91, 8E and 0B. RGB value is (145,142,11). Sum of RGB (Red+Green+Blue) = 145+142+11=298 (39% of max value = 765). Red value is 145 (57.03% from 255 or 48.66% from 298); Green value is 142 (55.86% from 255 or 47.65% from 298); Blue value is 11 (4.69% from 255 or 3.69% from 298); Max value from RGB is 145 - color contains mainly: red. Hex color #918E0B is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #918E0B is #6E71F4. Grayscale: #808080. Windows color (decimal): -7238133 or 757393. OLE color: 757393.

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

Color convert

RGB14514211-
CMYK00.020.920.43
HSL58.66º85.9%30.59%-
HSV(B)58.66º92.41%56.86%-
XYZ21.4125.394.09-
YUV127.9661.99140.15-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 48.66%
GREEN value IS 142 (55.86% from 255) = 47.65%
BLUE value IS 11 (4.69% from 255) = 3.69%
R=48.66%
G=47.65%
B=3.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.92
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1451421100.020.920.4358.6685.930.59
Hex918EB025C2B3b561f
Octal2212161302134537312637
Binary100100011000111010110101011100101011111011101011011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #918E0B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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