#768423

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

Shades of Trendy Green #768423

Tints of Trendy Green #768423

Color information

#768423 (or 0x768423) is unknown color: approx Trendy Green. HEX triplet: 76, 84 and 23. RGB value is (118,132,35). Sum of RGB (Red+Green+Blue) = 118+132+35=285 (37% of max value = 765). Red value is 118 (46.48% from 255 or 41.40% from 285); Green value is 132 (51.95% from 255 or 46.32% from 285); Blue value is 35 (14.06% from 255 or 12.28% from 285); Max value from RGB is 132 - color contains mainly: green. Hex color #768423 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #768423 is #897BDC. Grayscale: #757575. Windows color (decimal): -9010141 or 2327670. OLE color: 2327670.

HSL color Cylindrical-coordinate representation of color #768423: hue angle of 68.66º degrees, saturation: 0.58, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #768423 is Cyan = 0.11, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.48.

Color convert

RGB11813235-
CMYK0.1100.730.48
HSL68.66º58.08%32.75%-
HSV(B)68.66º73.48%51.76%-
XYZ16.0320.484.7-
YUV116.7681.86128.89-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 41.40%
GREEN value IS 132 (51.95% from 255) = 46.32%
BLUE value IS 35 (14.06% from 255) = 12.28%
R=41.40%
G=46.32%
B=12.28%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal118132350.1100.730.4868.6658.0832.75
Hex768423B04930453a21
Octal16620443130111601057241
Binary1110110100001001000111011010010011100001000101111010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #768423

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #768423; }

 p { color: rgb(118,132,35); }

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

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

 a { background-color: rgb(118,132,35); }

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

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

 span { border-color: rgb(118,132,35); }

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