Html Css Color HEX #768629 Trendy Green

📋 copy color: '#768629'

red 118 ◦ green 134 ◦ blue 41

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

Shades of Trendy Green #768629

Tints of Trendy Green #768629

RGB

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

 GREEN value IS 134 (52.73% from 255) = 45.73%

 BLUE value IS 41 (16.41% from 255) = 13.99%

R = 40.27%
G = 45.73%
B = 13.99%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.69

 K value IS 0.47

RGB Variations

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

Color information

#768629 (or 0x768629) is known color: Trendy Green. HEX triplet: 76, 86 and 29. RGB value is (118,134,41). Sum of RGB (Red+Green+Blue) = 118+134+41=293 (38% of max value = 765). Red value is 118 (46.48% from 255 or 40.27% from 293); Green value is 134 (52.73% from 255 or 45.73% from 293); Blue value is 41 (16.41% from 255 or 13.99% from 293); Max value from RGB is 134 - color contains mainly: green. Hex color #768629 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #768629 is #8979D6. Grayscale: #767676. Windows color (decimal): -9009623 or 2721398. OLE color: 2721398.

HSL color Cylindrical-coordinate representation of color #768629: hue angle of 70.32º degrees, saturation: 0.53, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #768629 is Cyan = 0.12, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.47.

Color convert

RGB 118 134 41 -
CMYK 0.12 0 0.69 0.47
HSL 70.32º 0.53% 0.34% -
HSV(B) 70.32º 0.69% 0.53% -
XYZ 16.4 21.06 5.3 -
YUV 118.61 84.2 127.56 -
System Red Green Blue C M Y K H S L
Decimal 118 134 41 0.12 0 0.69 0.47 70.32 0.53 0.34
Hex 76 86 29 C 0 45 2F 46 35 22
Octal 166 206 51 14 0 105 57 106 65 42
Binary 1110110 10000110 101001 1100 0 1000101 101111 1000110 110101 100010

Color Harmonies of #768629

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #768629

Black with #768629

Text Example


Text Example

White with #768629

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #768629; }

 p { color: rgb(118,134,41); }

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

background-color css

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

 a { background-color: rgb(118,134,41); }

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

border-color css

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

 span { border-color: rgb(118,134,41); }

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