#768427

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

Shades of Trendy Green #768427

Tints of Trendy Green #768427

Color information

#768427 (or 0x768427) is unknown color: approx Trendy Green. HEX triplet: 76, 84 and 27. RGB value is (118,132,39). Sum of RGB (Red+Green+Blue) = 118+132+39=289 (38% of max value = 765). Red value is 118 (46.48% from 255 or 40.83% from 289); Green value is 132 (51.95% from 255 or 45.67% from 289); Blue value is 39 (15.62% from 255 or 13.49% from 289); Max value from RGB is 132 - color contains mainly: green. Hex color #768427 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #768427 is #897BD8. Grayscale: #757575. Windows color (decimal): -9010137 or 2589814. OLE color: 2589814.

HSL color Cylindrical-coordinate representation of color #768427: hue angle of 69.03º degrees, saturation: 0.54, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #768427 is Cyan = 0.11, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.48.

Color convert

RGB11813239-
CMYK0.1100.700.48
HSL69.03º54.39%33.53%-
HSV(B)69.03º70.45%51.76%-
XYZ16.0920.55.03-
YUV117.2183.86128.56-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 40.83%
GREEN value IS 132 (51.95% from 255) = 45.67%
BLUE value IS 39 (15.62% from 255) = 13.49%
R=40.83%
G=45.67%
B=13.49%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal118132390.1100.700.4869.0354.3933.53
Hex768427B04630453622
Octal16620447130106601056642
Binary1110110100001001001111011010001101100001000101110110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #768427

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #768427; }

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

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

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

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

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

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

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

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