#749001

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

Shades of Olive #749001

Tints of Olive #749001

Color information

#749001 (or 0x749001) is unknown color: approx Olive. HEX triplet: 74, 90 and 01. RGB value is (116,144,1). Sum of RGB (Red+Green+Blue) = 116+144+1=261 (34% of max value = 765). Red value is 116 (45.70% from 255 or 44.44% from 261); Green value is 144 (56.64% from 255 or 55.17% from 261); Blue value is 1 (0.78% from 255 or 0.38% from 261); Max value from RGB is 144 - color contains mainly: green. Hex color #749001 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #749001 is #8B6FFE. Grayscale: #777777. Windows color (decimal): -9138175 or 102516. OLE color: 102516.

HSL color Cylindrical-coordinate representation of color #749001: hue angle of 71.75º degrees, saturation: 0.99, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #749001 is Cyan = 0.19, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.44.

Color convert

RGB1161441-
CMYK0.1900.990.44
HSL71.75º98.62%28.43%-
HSV(B)71.75º99.31%56.47%-
XYZ17.1823.663.69-
YUV119.3361.22125.63-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 44.44%
GREEN value IS 144 (56.64% from 255) = 55.17%
BLUE value IS 1 (0.78% from 255) = 0.38%
R=44.44%
G=55.17%
B=0.38%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.99
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal11614410.1900.990.4471.7598.6228.43
Hex74901130632C48631c
Octal16422012301435411014334
Binary111010010010000110011011000111011001001000110001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #749001

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #749001; }

 p { color: rgb(116,144,1); }

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

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

 a { background-color: rgb(116,144,1); }

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

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

 span { border-color: rgb(116,144,1); }

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