Html Css Color HEX #768131 Trendy Green

📋 copy color: '#768131'

red 118 ◦ green 129 ◦ blue 49

#768131
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Trendy Green #768131

Tints of Trendy Green #768131

RGB

 RED value IS 118 (46.48% from 255) = 39.86%

 GREEN value IS 129 (50.78% from 255) = 43.58%

 BLUE value IS 49 (19.53% from 255) = 16.55%

R = 39.86%
G = 43.58%
B = 16.55%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.62

 K value IS 0.49

RGB Variations

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

Color information

#768131 (or 0x768131) is known color: Trendy Green. HEX triplet: 76, 81 and 31. RGB value is (118,129,49). Sum of RGB (Red+Green+Blue) = 118+129+49=296 (39% of max value = 765). Red value is 118 (46.48% from 255 or 39.86% from 296); Green value is 129 (50.78% from 255 or 43.58% from 296); Blue value is 49 (19.53% from 255 or 16.55% from 296); Max value from RGB is 129 - color contains mainly: green. Hex color #768131 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #768131 is #897ECE. Grayscale: #747474. Windows color (decimal): -9010895 or 3244406. OLE color: 3244406.

HSL color Cylindrical-coordinate representation of color #768131: hue angle of 68.25º 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 #768131 is Cyan = 0.09, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.49.

Color convert

RGB 118 129 49 -
CMYK 0.09 0 0.62 0.49
HSL 68.25º 0.45% 0.35% -
HSV(B) 68.25º 0.62% 0.51% -
XYZ 15.88 19.77 5.89 -
YUV 116.59 89.86 129 -
System Red Green Blue C M Y K H S L
Decimal 118 129 49 0.09 0 0.62 0.49 68.25 0.45 0.35
Hex 76 81 31 9 0 3E 31 44 2D 23
Octal 166 201 61 11 0 76 61 104 55 43
Binary 1110110 10000001 110001 1001 0 111110 110001 1000100 101101 100011

Color Harmonies of #768131

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #768131

Black with #768131

Text Example


Text Example

White with #768131

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #768131; }

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

 H1.HeaderClassName
 {
   color: #768131;
 }
 .AnyTagClassName
 {
   color: #768131;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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