#757B10

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

Shades of Olive #757B10

Tints of Olive #757B10

Color information

#757B10 (or 0x757B10) is unknown color: approx Olive. HEX triplet: 75, 7B and 10. RGB value is (117,123,16). Sum of RGB (Red+Green+Blue) = 117+123+16=256 (33% of max value = 765). Red value is 117 (46.09% from 255 or 45.70% from 256); Green value is 123 (48.44% from 255 or 48.05% from 256); Blue value is 16 (6.64% from 255 or 6.25% from 256); Max value from RGB is 123 - color contains mainly: green. Hex color #757B10 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #757B10 is #8A84EF. Grayscale: #6D6D6D. Windows color (decimal): -9078000 or 1080181. OLE color: 1080181.

HSL color Cylindrical-coordinate representation of color #757B10: hue angle of 63.36º degrees, saturation: 0.77, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #757B10 is Cyan = 0.05, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.52.

Color convert

RGB11712316-
CMYK0.0500.870.52
HSL63.36º76.98%27.25%-
HSV(B)63.36º86.99%48.24%-
XYZ14.5117.993.2-
YUV109.0175.51133.7-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 45.70%
GREEN value IS 123 (48.44% from 255) = 48.05%
BLUE value IS 16 (6.64% from 255) = 6.25%
R=45.70%
G=48.05%
B=6.25%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.87
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal117123160.0500.870.5263.3676.9827.25
Hex757B105057343f4d1b
Octal1651732050127647711533
Binary111010111110111000010101010111110100111111100110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #757B10

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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