#757810

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

Shades of Olive #757810

Tints of Olive #757810

Color information

#757810 (or 0x757810) is unknown color: approx Olive. HEX triplet: 75, 78 and 10. RGB value is (117,120,16). Sum of RGB (Red+Green+Blue) = 117+120+16=253 (33% of max value = 765). Red value is 117 (46.09% from 255 or 46.25% from 253); Green value is 120 (47.27% from 255 or 47.43% from 253); Blue value is 16 (6.64% from 255 or 6.32% from 253); Max value from RGB is 120 - color contains mainly: green. Hex color #757810 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #757810 is #8A87EF. Grayscale: #6B6B6B. Windows color (decimal): -9078768 or 1079413. OLE color: 1079413.

HSL color Cylindrical-coordinate representation of color #757810: hue angle of 61.73º degrees, saturation: 0.76, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #757810 is Cyan = 0.02, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.53.

Color convert

RGB11712016-
CMYK0.0200.870.53
HSL61.73º76.47%26.67%-
HSV(B)61.73º86.67%47.06%-
XYZ14.1517.253.07-
YUV107.2576.51134.96-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 46.25%
GREEN value IS 120 (47.27% from 255) = 47.43%
BLUE value IS 16 (6.64% from 255) = 6.32%
R=46.25%
G=47.43%
B=6.32%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.87
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal117120160.0200.870.5361.7376.4726.67
Hex7578102057353e4c1b
Octal1651702020127657611433
Binary11101011111000100001001010111110101111110100110011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #757810

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #757810; }

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

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

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

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

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

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

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

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