#919201

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

Shades of Olive #919201

Tints of Olive #919201

Color information

#919201 (or 0x919201) is unknown color: approx Olive. HEX triplet: 91, 92 and 01. RGB value is (145,146,1). Sum of RGB (Red+Green+Blue) = 145+146+1=292 (38% of max value = 765). Red value is 145 (57.03% from 255 or 49.66% from 292); Green value is 146 (57.42% from 255 or 50% from 292); Blue value is 1 (0.78% from 255 or 0.34% from 292); Max value from RGB is 146 - color contains mainly: green. Hex color #919201 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #919201 is #6E6DFE. Grayscale: #818181. Windows color (decimal): -7237119 or 103057. OLE color: 103057.

HSL color Cylindrical-coordinate representation of color #919201: hue angle of 60.41º degrees, saturation: 0.99, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #919201 is Cyan = 0.01, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.43.

Color convert

RGB1451461-
CMYK0.0100.990.43
HSL60.41º98.64%28.82%-
HSV(B)60.41º99.32%57.25%-
XYZ21.9626.584-
YUV129.1755.67139.29-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 49.66%
GREEN value IS 146 (57.42% from 255) = 50%
BLUE value IS 1 (0.78% from 255) = 0.34%
R=49.66%
G=50%
B=0.34%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.99
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal14514610.0100.990.4360.4198.6428.82
Hex9192110632B3c631d
Octal221222110143537414335
Binary10010001100100101101100011101011111100110001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #919201

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #919201; }

 p { color: rgb(145,146,1); }

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

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

 a { background-color: rgb(145,146,1); }

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

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

 span { border-color: rgb(145,146,1); }

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