#757706

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

Shades of Olive #757706

Tints of Olive #757706

Color information

#757706 (or 0x757706) is unknown color: approx Olive. HEX triplet: 75, 77 and 06. RGB value is (117,119,6). Sum of RGB (Red+Green+Blue) = 117+119+6=242 (32% of max value = 765). Red value is 117 (46.09% from 255 or 48.35% from 242); Green value is 119 (46.88% from 255 or 49.17% from 242); Blue value is 6 (2.73% from 255 or 2.48% from 242); Max value from RGB is 119 - color contains mainly: green. Hex color #757706 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #757706 is #8A88F9. Grayscale: #696969. Windows color (decimal): -9079034 or 423797. OLE color: 423797.

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

Color convert

RGB1171196-
CMYK0.0200.950.53
HSL61.06º90.4%24.51%-
HSV(B)61.06º94.96%46.67%-
XYZ13.9716.992.72-
YUV105.5271.84136.19-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 48.35%
GREEN value IS 119 (46.88% from 255) = 49.17%
BLUE value IS 6 (2.73% from 255) = 2.48%
R=48.35%
G=49.17%
B=2.48%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.95
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal11711960.0200.950.5361.0690.424.51
Hex75776205F353d5a19
Octal165167620137657513231
Binary111010111101111101001011111110101111101101101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #757706

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #757706; }

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

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

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

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

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

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

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

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