#757C06

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

Shades of Olive #757C06

Tints of Olive #757C06

Color information

#757C06 (or 0x757C06) is unknown color: approx Olive. HEX triplet: 75, 7C and 06. RGB value is (117,124,6). Sum of RGB (Red+Green+Blue) = 117+124+6=247 (32% of max value = 765). Red value is 117 (46.09% from 255 or 47.37% from 247); Green value is 124 (48.83% from 255 or 50.20% from 247); Blue value is 6 (2.73% from 255 or 2.43% from 247); Max value from RGB is 124 - color contains mainly: green. Hex color #757C06 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #757C06 is #8A83F9. Grayscale: #6C6C6C. Windows color (decimal): -9077754 or 425077. OLE color: 425077.

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

Color convert

RGB1171246-
CMYK0.0600.950.51
HSL63.56º90.77%25.49%-
HSV(B)63.56º95.16%48.63%-
XYZ14.5818.212.92-
YUV108.4570.18134.09-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 47.37%
GREEN value IS 124 (48.83% from 255) = 50.20%
BLUE value IS 6 (2.73% from 255) = 2.43%
R=47.37%
G=50.20%
B=2.43%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.95
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal11712460.0600.950.5163.5690.7725.49
Hex757C6605F33405b19
Octal1651746601376310013331
Binary11101011111100110110010111111100111000000101101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #757C06

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(117,124,6); }

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

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

 a { background-color: rgb(117,124,6); }

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

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

 span { border-color: rgb(117,124,6); }

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