#928D0D

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

Shades of Olive #928D0D

Tints of Olive #928D0D

Color information

#928D0D (or 0x928D0D) is unknown color: approx Olive. HEX triplet: 92, 8D and 0D. RGB value is (146,141,13). Sum of RGB (Red+Green+Blue) = 146+141+13=300 (39% of max value = 765). Red value is 146 (57.42% from 255 or 48.67% from 300); Green value is 141 (55.47% from 255 or 47% from 300); Blue value is 13 (5.47% from 255 or 4.33% from 300); Max value from RGB is 146 - color contains mainly: red. Hex color #928D0D is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #928D0D is #6D72F2. Grayscale: #808080. Windows color (decimal): -7172851 or 888210. OLE color: 888210.

HSL color Cylindrical-coordinate representation of color #928D0D: hue angle of 57.74º 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 #928D0D is Cyan = 0, Magento = 0.03, Yellow = 0.91 and Black (K on CMYK) = 0.43.

Color convert

RGB14614113-
CMYK00.030.910.43
HSL57.74º83.65%31.18%-
HSV(B)57.74º91.1%57.25%-
XYZ21.4525.194.11-
YUV127.963.16140.91-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 48.67%
GREEN value IS 141 (55.47% from 255) = 47%
BLUE value IS 13 (5.47% from 255) = 4.33%
R=48.67%
G=47%
B=4.33%

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
Decimal1461411300.030.910.4357.7483.6531.18
Hex928DD035B2B3a541f
Octal2222151503133537212437
Binary100100101000110111010111011011101011111010101010011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #928D0D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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