#768133

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

Shades of Trendy Green #768133

Tints of Trendy Green #768133

Color information

#768133 (or 0x768133) is unknown color: approx Trendy Green. HEX triplet: 76, 81 and 33. RGB value is (118,129,51). Sum of RGB (Red+Green+Blue) = 118+129+51=298 (39% of max value = 765). Red value is 118 (46.48% from 255 or 39.60% from 298); Green value is 129 (50.78% from 255 or 43.29% from 298); Blue value is 51 (20.31% from 255 or 17.11% from 298); Max value from RGB is 129 - color contains mainly: green. Hex color #768133 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #768133 is #897ECC. Grayscale: #757575. Windows color (decimal): -9010893 or 3375478. OLE color: 3375478.

HSL color Cylindrical-coordinate representation of color #768133: hue angle of 68.46º degrees, saturation: 0.43, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #768133 is Cyan = 0.09, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.49.

Color convert

RGB11812951-
CMYK0.0900.600.49
HSL68.46º43.33%35.29%-
HSV(B)68.46º60.47%50.59%-
XYZ15.9219.796.11-
YUV116.8290.86128.84-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 39.60%
GREEN value IS 129 (50.78% from 255) = 43.29%
BLUE value IS 51 (20.31% from 255) = 17.11%
R=39.60%
G=43.29%
B=17.11%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal118129510.0900.600.4968.4643.3335.29
Hex768133903C31442b23
Octal1662016311074611045343
Binary111011010000001110011100101111001100011000100101011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #768133

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #768133; }

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

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

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

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

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

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

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

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