#767918

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

Shades of Trendy Green #767918

Tints of Trendy Green #767918

Color information

#767918 (or 0x767918) is unknown color: approx Trendy Green. HEX triplet: 76, 79 and 18. RGB value is (118,121,24). Sum of RGB (Red+Green+Blue) = 118+121+24=263 (34% of max value = 765). Red value is 118 (46.48% from 255 or 44.87% from 263); Green value is 121 (47.66% from 255 or 46.01% from 263); Blue value is 24 (9.77% from 255 or 9.13% from 263); Max value from RGB is 121 - color contains mainly: green. Hex color #767918 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #767918 is #8986E7. Grayscale: #6D6D6D. Windows color (decimal): -9012968 or 1603958. OLE color: 1603958.

HSL color Cylindrical-coordinate representation of color #767918: hue angle of 61.86º degrees, saturation: 0.67, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #767918 is Cyan = 0.02, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.53.

Color convert

RGB11812124-
CMYK0.0200.800.53
HSL61.86º66.9%28.43%-
HSV(B)61.86º80.17%47.45%-
XYZ14.4717.593.5-
YUV109.0480.01134.39-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 44.87%
GREEN value IS 121 (47.66% from 255) = 46.01%
BLUE value IS 24 (9.77% from 255) = 9.13%
R=44.87%
G=46.01%
B=9.13%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.80
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal118121240.0200.800.5361.8666.928.43
Hex7679182050353e431c
Octal1661713020120657610334
Binary11101101111001110001001010000110101111110100001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #767918

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #767918; }

 p { color: rgb(118,121,24); }

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

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

 a { background-color: rgb(118,121,24); }

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

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

 span { border-color: rgb(118,121,24); }

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