#768121

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

Shades of Trendy Green #768121

Tints of Trendy Green #768121

Color information

#768121 (or 0x768121) is unknown color: approx Trendy Green. HEX triplet: 76, 81 and 21. RGB value is (118,129,33). Sum of RGB (Red+Green+Blue) = 118+129+33=280 (37% of max value = 765). Red value is 118 (46.48% from 255 or 42.14% from 280); Green value is 129 (50.78% from 255 or 46.07% from 280); Blue value is 33 (13.28% from 255 or 11.79% from 280); Max value from RGB is 129 - color contains mainly: green. Hex color #768121 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #768121 is #897EDE. Grayscale: #737373. Windows color (decimal): -9010911 or 2195830. OLE color: 2195830.

HSL color Cylindrical-coordinate representation of color #768121: hue angle of 66.88º degrees, saturation: 0.59, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #768121 is Cyan = 0.09, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.49.

Color convert

RGB11812933-
CMYK0.0900.740.49
HSL66.88º59.26%31.76%-
HSV(B)66.88º74.42%50.59%-
XYZ15.619.664.41-
YUV114.7781.86130.31-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 42.14%
GREEN value IS 129 (50.78% from 255) = 46.07%
BLUE value IS 33 (13.28% from 255) = 11.79%
R=42.14%
G=46.07%
B=11.79%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal118129330.0900.740.4966.8859.2631.76
Hex768121904A31433b20
Octal16620141110112611037340
Binary1110110100000011000011001010010101100011000011111011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #768121

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #768121; }

 p { color: rgb(118,129,33); }

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

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

 a { background-color: rgb(118,129,33); }

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

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

 span { border-color: rgb(118,129,33); }

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