Html Css Color HEX #768625 Trendy Green

📋 copy color: '#768625'

red 118 ◦ green 134 ◦ blue 37

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

Shades of Trendy Green #768625

Tints of Trendy Green #768625

RGB

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

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

 BLUE value IS 37 (14.84% from 255) = 12.8%

R = 40.83%
G = 46.37%
B = 12.8%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.72

 K value IS 0.47

RGB Variations

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

Color information

#768625 (or 0x768625) is known color: Trendy Green. HEX triplet: 76, 86 and 25. RGB value is (118,134,37). Sum of RGB (Red+Green+Blue) = 118+134+37=289 (38% of max value = 765). Red value is 118 (46.48% from 255 or 40.83% from 289); Green value is 134 (52.73% from 255 or 46.37% from 289); Blue value is 37 (14.84% from 255 or 12.80% from 289); Max value from RGB is 134 - color contains mainly: green. Hex color #768625 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #768625 is #8979DA. Grayscale: #767676. Windows color (decimal): -9009627 or 2459254. OLE color: 2459254.

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

Color convert

RGB 118 134 37 -
CMYK 0.12 0 0.72 0.47
HSL 69.9º 0.57% 0.34% -
HSV(B) 69.9º 0.72% 0.53% -
XYZ 16.33 21.04 4.95 -
YUV 118.16 82.2 127.89 -
System Red Green Blue C M Y K H S L
Decimal 118 134 37 0.12 0 0.72 0.47 69.9 0.57 0.34
Hex 76 86 25 C 0 48 2F 46 39 22
Octal 166 206 45 14 0 110 57 106 71 42
Binary 1110110 10000110 100101 1100 0 1001000 101111 1000110 111001 100010

Color Harmonies of #768625

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #768625

Black with #768625

Text Example


Text Example

White with #768625

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #768625; }

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

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

background-color css

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

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

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

border-color css

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

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

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