Html Css Color HEX #768825 Trendy Green

📋 copy color: '#768825'

red 118 ◦ green 136 ◦ blue 37

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

Shades of Trendy Green #768825

Tints of Trendy Green #768825

RGB

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

 GREEN value IS 136 (53.52% from 255) = 46.74%

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

R = 40.55%
G = 46.74%
B = 12.71%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.73

 K value IS 0.47

RGB Variations

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

Color information

#768825 (or 0x768825) is known color: Trendy Green. HEX triplet: 76, 88 and 25. RGB value is (118,136,37). Sum of RGB (Red+Green+Blue) = 118+136+37=291 (38% of max value = 765). Red value is 118 (46.48% from 255 or 40.55% from 291); Green value is 136 (53.52% from 255 or 46.74% from 291); Blue value is 37 (14.84% from 255 or 12.71% from 291); Max value from RGB is 136 - color contains mainly: green. Hex color #768825 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #768825 is #8977DA. Grayscale: #777777. Windows color (decimal): -9009115 or 2459766. OLE color: 2459766.

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

Color convert

RGB 118 136 37 -
CMYK 0.13 0 0.73 0.47
HSL 70.91º 0.57% 0.34% -
HSV(B) 70.91º 0.73% 0.53% -
XYZ 16.61 21.59 5.04 -
YUV 119.33 81.54 127.05 -
System Red Green Blue C M Y K H S L
Decimal 118 136 37 0.13 0 0.73 0.47 70.91 0.57 0.34
Hex 76 88 25 D 0 49 2F 47 39 22
Octal 166 210 45 15 0 111 57 107 71 42
Binary 1110110 10001000 100101 1101 0 1001001 101111 1000111 111001 100010

Color Harmonies of #768825

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #768825

Black with #768825

Text Example


Text Example

White with #768825

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #768825; }

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

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

background-color css

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

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

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

border-color css

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

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

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