#768918

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

Shades of Trendy Green #768918

Tints of Trendy Green #768918

Color information

#768918 (or 0x768918) is unknown color: approx Trendy Green. HEX triplet: 76, 89 and 18. RGB value is (118,137,24). Sum of RGB (Red+Green+Blue) = 118+137+24=279 (36% of max value = 765). Red value is 118 (46.48% from 255 or 42.29% from 279); Green value is 137 (53.91% from 255 or 49.10% from 279); Blue value is 24 (9.77% from 255 or 8.60% from 279); Max value from RGB is 137 - color contains mainly: green. Hex color #768918 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #768918 is #8976E7. Grayscale: #767676. Windows color (decimal): -9008872 or 1608054. OLE color: 1608054.

HSL color Cylindrical-coordinate representation of color #768918: hue angle of 70.09º degrees, saturation: 0.7, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #768918 is Cyan = 0.14, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.46.

Color convert

RGB11813724-
CMYK0.1400.820.46
HSL70.09º70.19%31.57%-
HSV(B)70.09º82.48%53.73%-
XYZ16.5821.814.2-
YUV118.4474.71127.69-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 42.29%
GREEN value IS 137 (53.91% from 255) = 49.10%
BLUE value IS 24 (9.77% from 255) = 8.60%
R=42.29%
G=49.10%
B=8.60%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.82
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal118137240.1400.820.4670.0970.1931.57
Hex768918E0522E464620
Octal166211301601225610610640
Binary1110110100010011100011100101001010111010001101000110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #768918

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #768918; }

 p { color: rgb(118,137,24); }

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

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

 a { background-color: rgb(118,137,24); }

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

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

 span { border-color: rgb(118,137,24); }

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