#767D31

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

Shades of Trendy Green #767D31

Tints of Trendy Green #767D31

Color information

#767D31 (or 0x767D31) is unknown color: approx Trendy Green. HEX triplet: 76, 7D and 31. RGB value is (118,125,49). Sum of RGB (Red+Green+Blue) = 118+125+49=292 (38% of max value = 765). Red value is 118 (46.48% from 255 or 40.41% from 292); Green value is 125 (49.22% from 255 or 42.81% from 292); Blue value is 49 (19.53% from 255 or 16.78% from 292); Max value from RGB is 125 - color contains mainly: green. Hex color #767D31 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #767D31 is #8982CE. Grayscale: #727272. Windows color (decimal): -9011919 or 3243382. OLE color: 3243382.

HSL color Cylindrical-coordinate representation of color #767D31: hue angle of 65.53º degrees, saturation: 0.44, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #767D31 is Cyan = 0.06, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.51.

Color convert

RGB11812549-
CMYK0.0600.610.51
HSL65.53º43.68%34.12%-
HSV(B)65.53º60.8%49.02%-
XYZ15.3618.745.71-
YUV114.2491.18130.68-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 40.41%
GREEN value IS 125 (49.22% from 255) = 42.81%
BLUE value IS 49 (19.53% from 255) = 16.78%
R=40.41%
G=42.81%
B=16.78%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal118125490.0600.610.5165.5343.6834.12
Hex767D31603D33422c22
Octal166175616075631025442
Binary1110110111110111000111001111011100111000010101100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #767D31

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(118,125,49); }

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

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

 a { background-color: rgb(118,125,49); }

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

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

 span { border-color: rgb(118,125,49); }

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