#919406

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

Shades of Olive #919406

Tints of Olive #919406

Color information

#919406 (or 0x919406) is unknown color: approx Olive. HEX triplet: 91, 94 and 06. RGB value is (145,148,6). Sum of RGB (Red+Green+Blue) = 145+148+6=299 (39% of max value = 765). Red value is 145 (57.03% from 255 or 48.49% from 299); Green value is 148 (58.20% from 255 or 49.50% from 299); Blue value is 6 (2.73% from 255 or 2.01% from 299); Max value from RGB is 148 - color contains mainly: green. Hex color #919406 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #919406 is #6E6BF9. Grayscale: #838383. Windows color (decimal): -7236602 or 431249. OLE color: 431249.

HSL color Cylindrical-coordinate representation of color #919406: hue angle of 61.27º degrees, saturation: 0.92, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #919406 is Cyan = 0.02, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.42.

Color convert

RGB1451486-
CMYK0.0200.960.42
HSL61.27º92.21%30.2%-
HSV(B)61.27º95.95%58.04%-
XYZ22.327.214.25-
YUV130.9257.51138.05-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 48.49%
GREEN value IS 148 (58.20% from 255) = 49.50%
BLUE value IS 6 (2.73% from 255) = 2.01%
R=48.49%
G=49.50%
B=2.01%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.96
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14514860.0200.960.4261.2792.2130.2
Hex9194620602A3d5c1e
Octal221224620140527513436
Binary10010001100101001101001100000101010111101101110011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #919406

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #919406; }

 p { color: rgb(145,148,6); }

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

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

 a { background-color: rgb(145,148,6); }

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

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

 span { border-color: rgb(145,148,6); }

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