#767B13

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

Shades of Trendy Green #767B13

Tints of Trendy Green #767B13

Color information

#767B13 (or 0x767B13) is unknown color: approx Trendy Green. HEX triplet: 76, 7B and 13. RGB value is (118,123,19). Sum of RGB (Red+Green+Blue) = 118+123+19=260 (34% of max value = 765). Red value is 118 (46.48% from 255 or 45.38% from 260); Green value is 123 (48.44% from 255 or 47.31% from 260); Blue value is 19 (7.81% from 255 or 7.31% from 260); Max value from RGB is 123 - color contains mainly: green. Hex color #767B13 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #767B13 is #8984EC. Grayscale: #6E6E6E. Windows color (decimal): -9012461 or 1276790. OLE color: 1276790.

HSL color Cylindrical-coordinate representation of color #767B13: hue angle of 62.88º degrees, saturation: 0.73, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #767B13 is Cyan = 0.04, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.52.

Color convert

RGB11812319-
CMYK0.0400.850.52
HSL62.88º73.24%27.84%-
HSV(B)62.88º84.55%48.24%-
XYZ14.6718.063.33-
YUV109.6576.84133.96-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 45.38%
GREEN value IS 123 (48.44% from 255) = 47.31%
BLUE value IS 19 (7.81% from 255) = 7.31%
R=45.38%
G=47.31%
B=7.31%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.85
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal118123190.0400.850.5262.8873.2427.84
Hex767B134055343f491c
Octal1661732340125647711134
Binary111011011110111001110001010101110100111111100100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #767B13

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(118,123,19); }

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

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

 a { background-color: rgb(118,123,19); }

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

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

 span { border-color: rgb(118,123,19); }

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