#767A1C

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

Shades of Trendy Green #767A1C

Tints of Trendy Green #767A1C

Color information

#767A1C (or 0x767A1C) is unknown color: approx Trendy Green. HEX triplet: 76, 7A and 1C. RGB value is (118,122,28). Sum of RGB (Red+Green+Blue) = 118+122+28=268 (35% of max value = 765). Red value is 118 (46.48% from 255 or 44.03% from 268); Green value is 122 (48.05% from 255 or 45.52% from 268); Blue value is 28 (11.33% from 255 or 10.45% from 268); Max value from RGB is 122 - color contains mainly: green. Hex color #767A1C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #767A1C is #8985E3. Grayscale: #6E6E6E. Windows color (decimal): -9012708 or 1866358. OLE color: 1866358.

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

Color convert

RGB11812228-
CMYK0.0300.770.52
HSL62.55º62.67%29.41%-
HSV(B)62.55º77.05%47.84%-
XYZ14.6417.853.77-
YUV110.0981.67133.64-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 44.03%
GREEN value IS 122 (48.05% from 255) = 45.52%
BLUE value IS 28 (11.33% from 255) = 10.45%
R=44.03%
G=45.52%
B=10.45%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.77
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal118122280.0300.770.5262.5562.6729.41
Hex767A1C304D343f3f1d
Octal166172343011564777735
Binary1110110111101011100110100110111010011111111111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #767A1C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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