#768223

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

Shades of Trendy Green #768223

Tints of Trendy Green #768223

Color information

#768223 (or 0x768223) is unknown color: approx Trendy Green. HEX triplet: 76, 82 and 23. RGB value is (118,130,35). Sum of RGB (Red+Green+Blue) = 118+130+35=283 (37% of max value = 765). Red value is 118 (46.48% from 255 or 41.70% from 283); Green value is 130 (51.17% from 255 or 45.94% from 283); Blue value is 35 (14.06% from 255 or 12.37% from 283); Max value from RGB is 130 - color contains mainly: green. Hex color #768223 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #768223 is #897DDC. Grayscale: #737373. Windows color (decimal): -9010653 or 2327158. OLE color: 2327158.

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

Color convert

RGB11813035-
CMYK0.0900.730.49
HSL67.58º57.58%32.35%-
HSV(B)67.58º73.08%50.98%-
XYZ15.7619.944.61-
YUV115.5882.52129.72-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 41.70%
GREEN value IS 130 (51.17% from 255) = 45.94%
BLUE value IS 35 (14.06% from 255) = 12.37%
R=41.70%
G=45.94%
B=12.37%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal118130350.0900.730.4967.5857.5832.35
Hex768223904931443a20
Octal16620243110111611047240
Binary1110110100000101000111001010010011100011000100111010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #768223

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #768223; }

 p { color: rgb(118,130,35); }

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

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

 a { background-color: rgb(118,130,35); }

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

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

 span { border-color: rgb(118,130,35); }

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