#767A27

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

Shades of Trendy Green #767A27

Tints of Trendy Green #767A27

Color information

#767A27 (or 0x767A27) is unknown color: approx Trendy Green. HEX triplet: 76, 7A and 27. RGB value is (118,122,39). Sum of RGB (Red+Green+Blue) = 118+122+39=279 (36% of max value = 765). Red value is 118 (46.48% from 255 or 42.29% from 279); Green value is 122 (48.05% from 255 or 43.73% from 279); Blue value is 39 (15.62% from 255 or 13.98% from 279); Max value from RGB is 122 - color contains mainly: green. Hex color #767A27 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #767A27 is #8985D8. Grayscale: #6F6F6F. Windows color (decimal): -9012697 or 2587254. OLE color: 2587254.

HSL color Cylindrical-coordinate representation of color #767A27: hue angle of 62.89º degrees, saturation: 0.52, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #767A27 is Cyan = 0.03, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.52.

Color convert

RGB11812239-
CMYK0.0300.680.52
HSL62.89º51.55%31.57%-
HSV(B)62.89º68.03%47.84%-
XYZ14.817.924.6-
YUV111.3487.17132.75-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 42.29%
GREEN value IS 122 (48.05% from 255) = 43.73%
BLUE value IS 39 (15.62% from 255) = 13.98%
R=42.29%
G=43.73%
B=13.98%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal118122390.0300.680.5262.8951.5531.57
Hex767A273044343f3420
Octal166172473010464776440
Binary111011011110101001111101000100110100111111110100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #767A27

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #767A27; }

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

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

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

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

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

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

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

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