#759207

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

Shades of Olive #759207

Tints of Olive #759207

Color information

#759207 (or 0x759207) is unknown color: approx Olive. HEX triplet: 75, 92 and 07. RGB value is (117,146,7). Sum of RGB (Red+Green+Blue) = 117+146+7=270 (35% of max value = 765). Red value is 117 (46.09% from 255 or 43.33% from 270); Green value is 146 (57.42% from 255 or 54.07% from 270); Blue value is 7 (3.12% from 255 or 2.59% from 270); Max value from RGB is 146 - color contains mainly: green. Hex color #759207 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #759207 is #8A6DF8. Grayscale: #7A7A7A. Windows color (decimal): -9072121 or 496245. OLE color: 496245.

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

Color convert

RGB1171467-
CMYK0.2000.950.43
HSL72.52º90.85%30%-
HSV(B)72.52º95.21%57.25%-
XYZ17.6524.363.97-
YUV121.4863.39124.8-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 43.33%
GREEN value IS 146 (57.42% from 255) = 54.07%
BLUE value IS 7 (3.12% from 255) = 2.59%
R=43.33%
G=54.07%
B=2.59%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.95
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal11714670.2000.950.4372.5290.8530
Hex759271405F2B495b1e
Octal16522272401375311113336
Binary11101011001001011110100010111111010111001001101101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #759207

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #759207; }

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

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

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

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

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

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

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

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