#758907

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

Shades of Olive #758907

Tints of Olive #758907

Color information

#758907 (or 0x758907) is unknown color: approx Olive. HEX triplet: 75, 89 and 07. RGB value is (117,137,7). Sum of RGB (Red+Green+Blue) = 117+137+7=261 (34% of max value = 765). Red value is 117 (46.09% from 255 or 44.83% from 261); Green value is 137 (53.91% from 255 or 52.49% from 261); Blue value is 7 (3.12% from 255 or 2.68% from 261); Max value from RGB is 137 - color contains mainly: green. Hex color #758907 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #758907 is #8A76F8. Grayscale: #747474. Windows color (decimal): -9074425 or 493941. OLE color: 493941.

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

Color convert

RGB1171377-
CMYK0.1500.950.46
HSL69.23º90.28%28.24%-
HSV(B)69.23º94.89%53.73%-
XYZ16.3221.693.53-
YUV116.266.37128.57-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 44.83%
GREEN value IS 137 (53.91% from 255) = 52.49%
BLUE value IS 7 (3.12% from 255) = 2.68%
R=44.83%
G=52.49%
B=2.68%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.95
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal11713770.1500.950.4669.2390.2828.24
Hex75897F05F2E455a1c
Octal16521171701375610513234
Binary1110101100010011111111010111111011101000101101101011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #758907

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #758907; }

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

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

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

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

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

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

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

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