#768419

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

Shades of Trendy Green #768419

Tints of Trendy Green #768419

Color information

#768419 (or 0x768419) is unknown color: approx Trendy Green. HEX triplet: 76, 84 and 19. RGB value is (118,132,25). Sum of RGB (Red+Green+Blue) = 118+132+25=275 (36% of max value = 765). Red value is 118 (46.48% from 255 or 42.91% from 275); Green value is 132 (51.95% from 255 or 48% from 275); Blue value is 25 (10.16% from 255 or 9.09% from 275); Max value from RGB is 132 - color contains mainly: green. Hex color #768419 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #768419 is #897BE6. Grayscale: #747474. Windows color (decimal): -9010151 or 1672310. OLE color: 1672310.

HSL color Cylindrical-coordinate representation of color #768419: hue angle of 67.85º degrees, saturation: 0.68, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #768419 is Cyan = 0.11, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.48.

Color convert

RGB11813225-
CMYK0.1100.810.48
HSL67.85º68.15%30.78%-
HSV(B)67.85º81.06%51.76%-
XYZ15.920.424.02-
YUV115.6276.86129.7-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 42.91%
GREEN value IS 132 (51.95% from 255) = 48%
BLUE value IS 25 (10.16% from 255) = 9.09%
R=42.91%
G=48%
B=9.09%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.81
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal118132250.1100.810.4867.8568.1530.78
Hex768419B0513044441f
Octal166204311301216010410437
Binary111011010000100110011011010100011100001000100100010011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #768419

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #768419; }

 p { color: rgb(118,132,25); }

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

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

 a { background-color: rgb(118,132,25); }

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

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

 span { border-color: rgb(118,132,25); }

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