#918D0D

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

Shades of Olive #918D0D

Tints of Olive #918D0D

Color information

#918D0D (or 0x918D0D) is unknown color: approx Olive. HEX triplet: 91, 8D and 0D. RGB value is (145,141,13). Sum of RGB (Red+Green+Blue) = 145+141+13=299 (39% of max value = 765). Red value is 145 (57.03% from 255 or 48.49% from 299); Green value is 141 (55.47% from 255 or 47.16% from 299); Blue value is 13 (5.47% from 255 or 4.35% from 299); Max value from RGB is 145 - color contains mainly: red. Hex color #918D0D is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #918D0D is #6E72F2. Grayscale: #808080. Windows color (decimal): -7238387 or 888209. OLE color: 888209.

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

Color convert

RGB14514113-
CMYK00.030.910.43
HSL58.18º83.54%30.98%-
HSV(B)58.18º91.03%56.86%-
XYZ21.2725.14.1-
YUV127.663.33140.41-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 48.49%
GREEN value IS 141 (55.47% from 255) = 47.16%
BLUE value IS 13 (5.47% from 255) = 4.35%
R=48.49%
G=47.16%
B=4.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.91
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1451411300.030.910.4358.1883.5430.98
Hex918DD035B2B3a541f
Octal2212151503133537212437
Binary100100011000110111010111011011101011111010101010011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #918D0D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(145,141,13); }

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

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

 a { background-color: rgb(145,141,13); }

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

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

 span { border-color: rgb(145,141,13); }

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