#928007

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

Shades of Olive #928007

Tints of Olive #928007

Color information

#928007 (or 0x928007) is unknown color: approx Olive. HEX triplet: 92, 80 and 07. RGB value is (146,128,7). Sum of RGB (Red+Green+Blue) = 146+128+7=281 (37% of max value = 765). Red value is 146 (57.42% from 255 or 51.96% from 281); Green value is 128 (50.39% from 255 or 45.55% from 281); Blue value is 7 (3.12% from 255 or 2.49% from 281); Max value from RGB is 146 - color contains mainly: red. Hex color #928007 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #928007 is #6D7FF8. Grayscale: #787878. Windows color (decimal): -7176185 or 491666. OLE color: 491666.

HSL color Cylindrical-coordinate representation of color #928007: hue angle of 52.23º degrees, saturation: 0.91, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #928007 is Cyan = 0, Magento = 0.12, Yellow = 0.95 and Black (K on CMYK) = 0.43.

Color convert

RGB1461287-
CMYK00.120.950.43
HSL52.23º90.85%30%-
HSV(B)52.23º95.21%57.25%-
XYZ19.6121.563.33-
YUV119.5964.46146.84-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 51.96%
GREEN value IS 128 (50.39% from 255) = 45.55%
BLUE value IS 7 (3.12% from 255) = 2.49%
R=51.96%
G=45.55%
B=2.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.95
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal146128700.120.950.4352.2390.8530
Hex928070C5F2B345b1e
Octal2222007014137536413336
Binary1001001010000000111011001011111101011110100101101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #928007

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #928007; }

 p { color: rgb(146,128,7); }

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

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

 a { background-color: rgb(146,128,7); }

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

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

 span { border-color: rgb(146,128,7); }

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