#757D10

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

Shades of Olive #757D10

Tints of Olive #757D10

Color information

#757D10 (or 0x757D10) is unknown color: approx Olive. HEX triplet: 75, 7D and 10. RGB value is (117,125,16). Sum of RGB (Red+Green+Blue) = 117+125+16=258 (34% of max value = 765). Red value is 117 (46.09% from 255 or 45.35% from 258); Green value is 125 (49.22% from 255 or 48.45% from 258); Blue value is 16 (6.64% from 255 or 6.20% from 258); Max value from RGB is 125 - color contains mainly: green. Hex color #757D10 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #757D10 is #8A82EF. Grayscale: #6E6E6E. Windows color (decimal): -9077488 or 1080693. OLE color: 1080693.

HSL color Cylindrical-coordinate representation of color #757D10: hue angle of 64.4º degrees, saturation: 0.77, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #757D10 is Cyan = 0.06, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.51.

Color convert

RGB11712516-
CMYK0.0600.870.51
HSL64.4º77.3%27.65%-
HSV(B)64.4º87.2%49.02%-
XYZ14.7618.493.28-
YUV110.1874.85132.86-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 45.35%
GREEN value IS 125 (49.22% from 255) = 48.45%
BLUE value IS 16 (6.64% from 255) = 6.20%
R=45.35%
G=48.45%
B=6.20%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.87
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal117125160.0600.870.5164.477.327.65
Hex757D10605733404d1c
Octal16517520601276310011534
Binary1110101111110110000110010101111100111000000100110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #757D10

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #757D10; }

 p { color: rgb(117,125,16); }

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

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

 a { background-color: rgb(117,125,16); }

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

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

 span { border-color: rgb(117,125,16); }

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