#739201

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

Shades of Olive #739201

Tints of Olive #739201

Color information

#739201 (or 0x739201) is unknown color: approx Olive. HEX triplet: 73, 92 and 01. RGB value is (115,146,1). Sum of RGB (Red+Green+Blue) = 115+146+1=262 (34% of max value = 765). Red value is 115 (45.31% from 255 or 43.89% from 262); Green value is 146 (57.42% from 255 or 55.73% from 262); Blue value is 1 (0.78% from 255 or 0.38% from 262); Max value from RGB is 146 - color contains mainly: green. Hex color #739201 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #739201 is #8C6DFE. Grayscale: #787878. Windows color (decimal): -9203199 or 103027. OLE color: 103027.

HSL color Cylindrical-coordinate representation of color #739201: hue angle of 72.83º 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 #739201 is Cyan = 0.21, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.43.

Color convert

RGB1151461-
CMYK0.2100.990.43
HSL72.83º98.64%28.82%-
HSV(B)72.83º99.32%57.25%-
XYZ17.3524.23.79-
YUV120.260.73124.29-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 43.89%
GREEN value IS 146 (57.42% from 255) = 55.73%
BLUE value IS 1 (0.78% from 255) = 0.38%
R=43.89%
G=55.73%
B=0.38%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.99
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal11514610.2100.990.4372.8398.6428.82
Hex73921150632B49631d
Octal16322212501435311114335
Binary111001110010010110101011000111010111001001110001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #739201

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #739201; }

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

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

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

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

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

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

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

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