#758706

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

Shades of Olive #758706

Tints of Olive #758706

Color information

#758706 (or 0x758706) is unknown color: approx Olive. HEX triplet: 75, 87 and 06. RGB value is (117,135,6). Sum of RGB (Red+Green+Blue) = 117+135+6=258 (34% of max value = 765). Red value is 117 (46.09% from 255 or 45.35% from 258); Green value is 135 (53.12% from 255 or 52.33% from 258); Blue value is 6 (2.73% from 255 or 2.33% from 258); Max value from RGB is 135 - color contains mainly: green. Hex color #758706 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #758706 is #8A78F9. Grayscale: #737373. Windows color (decimal): -9074938 or 427893. OLE color: 427893.

HSL color Cylindrical-coordinate representation of color #758706: hue angle of 68.37º degrees, saturation: 0.91, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #758706 is Cyan = 0.13, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.47.

Color convert

RGB1171356-
CMYK0.1300.960.47
HSL68.37º91.49%27.65%-
HSV(B)68.37º95.56%52.94%-
XYZ16.0321.123.4-
YUV114.9166.54129.49-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 45.35%
GREEN value IS 135 (53.12% from 255) = 52.33%
BLUE value IS 6 (2.73% from 255) = 2.33%
R=45.35%
G=52.33%
B=2.33%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.96
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal11713560.1300.960.4768.3791.4927.65
Hex75876D0602F445b1c
Octal16520761501405710413334
Binary1110101100001111101101011000001011111000100101101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #758706

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #758706; }

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

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

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

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

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

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

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

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