#759206

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

Shades of Olive #759206

Tints of Olive #759206

Color information

#759206 (or 0x759206) is unknown color: approx Olive. HEX triplet: 75, 92 and 06. RGB value is (117,146,6). Sum of RGB (Red+Green+Blue) = 117+146+6=269 (35% of max value = 765). Red value is 117 (46.09% from 255 or 43.49% from 269); Green value is 146 (57.42% from 255 or 54.28% from 269); Blue value is 6 (2.73% from 255 or 2.23% from 269); Max value from RGB is 146 - color contains mainly: green. Hex color #759206 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #759206 is #8A6DF9. Grayscale: #797979. Windows color (decimal): -9072122 or 430709. OLE color: 430709.

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

Color convert

RGB1171466-
CMYK0.2000.960.43
HSL72.43º92.11%29.8%-
HSV(B)72.43º95.89%57.25%-
XYZ17.6524.353.94-
YUV121.3762.89124.88-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 43.49%
GREEN value IS 146 (57.42% from 255) = 54.28%
BLUE value IS 6 (2.73% from 255) = 2.23%
R=43.49%
G=54.28%
B=2.23%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.96
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal11714660.2000.960.4372.4392.1129.8
Hex75926140602B485c1e
Octal16522262401405311013436
Binary11101011001001011010100011000001010111001000101110011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #759206

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #759206; }

 p { color: rgb(117,146,6); }

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

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

 a { background-color: rgb(117,146,6); }

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

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

 span { border-color: rgb(117,146,6); }

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