#928B07

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

Shades of Olive #928B07

Tints of Olive #928B07

Color information

#928B07 (or 0x928B07) is unknown color: approx Olive. HEX triplet: 92, 8B and 07. RGB value is (146,139,7). Sum of RGB (Red+Green+Blue) = 146+139+7=292 (38% of max value = 765). Red value is 146 (57.42% from 255 or 50% from 292); Green value is 139 (54.69% from 255 or 47.60% from 292); Blue value is 7 (3.12% from 255 or 2.40% from 292); Max value from RGB is 146 - color contains mainly: red. Hex color #928B07 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #928B07 is #6D74F8. Grayscale: #7E7E7E. Windows color (decimal): -7173369 or 494482. OLE color: 494482.

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

Color convert

RGB1461397-
CMYK00.050.950.43
HSL56.98º90.85%30%-
HSV(B)56.98º95.21%57.25%-
XYZ21.1324.593.83-
YUV126.0460.82142.23-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 50%
GREEN value IS 139 (54.69% from 255) = 47.60%
BLUE value IS 7 (3.12% from 255) = 2.40%
R=50%
G=47.60%
B=2.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.95
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal146139700.050.950.4356.9890.8530
Hex928B7055F2B395b1e
Octal222213705137537113336
Binary100100101000101111101011011111101011111001101101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #928B07

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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