#767D37

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

Shades of Trendy Green #767D37

Tints of Trendy Green #767D37

Color information

#767D37 (or 0x767D37) is unknown color: approx Trendy Green. HEX triplet: 76, 7D and 37. RGB value is (118,125,55). Sum of RGB (Red+Green+Blue) = 118+125+55=298 (39% of max value = 765). Red value is 118 (46.48% from 255 or 39.60% from 298); Green value is 125 (49.22% from 255 or 41.95% from 298); Blue value is 55 (21.88% from 255 or 18.46% from 298); Max value from RGB is 125 - color contains mainly: green. Hex color #767D37 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #767D37 is #8982C8. Grayscale: #737373. Windows color (decimal): -9011913 or 3636598. OLE color: 3636598.

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

Color convert

RGB11812555-
CMYK0.0600.560.51
HSL66º38.89%35.29%-
HSV(B)66º56%49.02%-
XYZ15.4918.796.43-
YUV114.9394.18130.19-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 39.60%
GREEN value IS 125 (49.22% from 255) = 41.95%
BLUE value IS 55 (21.88% from 255) = 18.46%
R=39.60%
G=41.95%
B=18.46%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal118125550.0600.560.516638.8935.29
Hex767D37603833422723
Octal166175676070631024743
Binary1110110111110111011111001110001100111000010100111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #767D37

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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