#768717

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

Shades of Trendy Green #768717

Tints of Trendy Green #768717

Color information

#768717 (or 0x768717) is unknown color: approx Trendy Green. HEX triplet: 76, 87 and 17. RGB value is (118,135,23). Sum of RGB (Red+Green+Blue) = 118+135+23=276 (36% of max value = 765). Red value is 118 (46.48% from 255 or 42.75% from 276); Green value is 135 (53.12% from 255 or 48.91% from 276); Blue value is 23 (9.38% from 255 or 8.33% from 276); Max value from RGB is 135 - color contains mainly: green. Hex color #768717 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #768717 is #8978E8. Grayscale: #757575. Windows color (decimal): -9009385 or 1542006. OLE color: 1542006.

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

Color convert

RGB11813523-
CMYK0.1300.830.47
HSL69.11º70.89%30.98%-
HSV(B)69.11º82.96%52.94%-
XYZ16.2921.244.05-
YUV117.1574.87128.61-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 42.75%
GREEN value IS 135 (53.12% from 255) = 48.91%
BLUE value IS 23 (9.38% from 255) = 8.33%
R=42.75%
G=48.91%
B=8.33%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.83
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal118135230.1300.830.4769.1170.8930.98
Hex768717D0532F45471f
Octal166207271501235710510737
Binary111011010000111101111101010100111011111000101100011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #768717

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #768717; }

 p { color: rgb(118,135,23); }

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

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

 a { background-color: rgb(118,135,23); }

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

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

 span { border-color: rgb(118,135,23); }

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