#758A03

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

Shades of Olive #758A03

Tints of Olive #758A03

Color information

#758A03 (or 0x758A03) is unknown color: approx Olive. HEX triplet: 75, 8A and 03. RGB value is (117,138,3). Sum of RGB (Red+Green+Blue) = 117+138+3=258 (34% of max value = 765). Red value is 117 (46.09% from 255 or 45.35% from 258); Green value is 138 (54.30% from 255 or 53.49% from 258); Blue value is 3 (1.56% from 255 or 1.16% from 258); Max value from RGB is 138 - color contains mainly: green. Hex color #758A03 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #758A03 is #8A75FC. Grayscale: #747474. Windows color (decimal): -9074173 or 232053. OLE color: 232053.

HSL color Cylindrical-coordinate representation of color #758A03: hue angle of 69.33º degrees, saturation: 0.96, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #758A03 is Cyan = 0.15, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.46.

Color convert

RGB1171383-
CMYK0.1500.980.46
HSL69.33º95.74%27.65%-
HSV(B)69.33º97.83%54.12%-
XYZ16.4421.973.46-
YUV116.3364.04128.48-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 45.35%
GREEN value IS 138 (54.30% from 255) = 53.49%
BLUE value IS 3 (1.56% from 255) = 1.16%
R=45.35%
G=53.49%
B=1.16%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.98
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal11713830.1500.980.4669.3395.7427.65
Hex758A3F0622E45601c
Octal16521231701425610514034
Binary111010110001010111111011000101011101000101110000011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #758A03

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #758A03; }

 p { color: rgb(117,138,3); }

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

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

 a { background-color: rgb(117,138,3); }

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

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

 span { border-color: rgb(117,138,3); }

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