Html Css Color HEX #768136 Trendy Green

📋 copy color: '#768136'

red 118 ◦ green 129 ◦ blue 54

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

Shades of Trendy Green #768136

Tints of Trendy Green #768136

RGB

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

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

 BLUE value IS 54 (21.48% from 255) = 17.94%

R = 39.2%
G = 42.86%
B = 17.94%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.58

 K value IS 0.49

RGB Variations

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

Color information

#768136 (or 0x768136) is known color: Trendy Green. HEX triplet: 76, 81 and 36. RGB value is (118,129,54). Sum of RGB (Red+Green+Blue) = 118+129+54=301 (39% of max value = 765). Red value is 118 (46.48% from 255 or 39.20% from 301); Green value is 129 (50.78% from 255 or 42.86% from 301); Blue value is 54 (21.48% from 255 or 17.94% from 301); Max value from RGB is 129 - color contains mainly: green. Hex color #768136 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #768136 is #897EC9. Grayscale: #757575. Windows color (decimal): -9010890 or 3572086. OLE color: 3572086.

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

Color convert

RGB 118 129 54 -
CMYK 0.09 0 0.58 0.49
HSL 68.8º 0.41% 0.36% -
HSV(B) 68.8º 0.58% 0.51% -
XYZ 15.99 19.82 6.47 -
YUV 117.16 92.36 128.6 -
System Red Green Blue C M Y K H S L
Decimal 118 129 54 0.09 0 0.58 0.49 68.8 0.41 0.36
Hex 76 81 36 9 0 3A 31 45 29 24
Octal 166 201 66 11 0 72 61 105 51 44
Binary 1110110 10000001 110110 1001 0 111010 110001 1000101 101001 100100

Color Harmonies of #768136

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #768136

Black with #768136

Text Example


Text Example

White with #768136

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #768136; }

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

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

background-color css

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

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

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

border-color css

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

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

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