#928D0C

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

Shades of Olive #928D0C

Tints of Olive #928D0C

Color information

#928D0C (or 0x928D0C) is unknown color: approx Olive. HEX triplet: 92, 8D and 0C. RGB value is (146,141,12). Sum of RGB (Red+Green+Blue) = 146+141+12=299 (39% of max value = 765). Red value is 146 (57.42% from 255 or 48.83% from 299); Green value is 141 (55.47% from 255 or 47.16% from 299); Blue value is 12 (5.08% from 255 or 4.01% from 299); Max value from RGB is 146 - color contains mainly: red. Hex color #928D0C is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #928D0C is #6D72F3. Grayscale: #808080. Windows color (decimal): -7172852 or 822674. OLE color: 822674.

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

Color convert

RGB14614112-
CMYK00.030.920.43
HSL57.76º84.81%30.98%-
HSV(B)57.76º91.78%57.25%-
XYZ21.4525.194.08-
YUV127.7962.66140.99-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 48.83%
GREEN value IS 141 (55.47% from 255) = 47.16%
BLUE value IS 12 (5.08% from 255) = 4.01%
R=48.83%
G=47.16%
B=4.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.92
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1461411200.030.920.4357.7684.8130.98
Hex928DC035C2B3a551f
Octal2222151403134537212537
Binary100100101000110111000111011100101011111010101010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #928D0C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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