#768231

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

Shades of Trendy Green #768231

Tints of Trendy Green #768231

Color information

#768231 (or 0x768231) is unknown color: approx Trendy Green. HEX triplet: 76, 82 and 31. RGB value is (118,130,49). Sum of RGB (Red+Green+Blue) = 118+130+49=297 (39% of max value = 765). Red value is 118 (46.48% from 255 or 39.73% from 297); Green value is 130 (51.17% from 255 or 43.77% from 297); Blue value is 49 (19.53% from 255 or 16.50% from 297); Max value from RGB is 130 - color contains mainly: green. Hex color #768231 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #768231 is #897DCE. Grayscale: #757575. Windows color (decimal): -9010639 or 3244662. OLE color: 3244662.

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

Color convert

RGB11813049-
CMYK0.0900.620.49
HSL68.89º45.25%35.1%-
HSV(B)68.89º62.31%50.98%-
XYZ16.0120.045.93-
YUV117.1889.52128.59-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 39.73%
GREEN value IS 130 (51.17% from 255) = 43.77%
BLUE value IS 49 (19.53% from 255) = 16.50%
R=39.73%
G=43.77%
B=16.50%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal118130490.0900.620.4968.8945.2535.1
Hex768231903E31452d23
Octal1662026111076611055543
Binary111011010000010110001100101111101100011000101101101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #768231

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #768231; }

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

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

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

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

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

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

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

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