Html Css Color HEX #76882F Trendy Green

📋 copy color: '#76882F'

red 118 ◦ green 136 ◦ blue 47

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

Shades of Trendy Green #76882F

Tints of Trendy Green #76882F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 15.61%

R = 39.2%
G = 45.18%
B = 15.61%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.65

 K value IS 0.47

RGB Variations

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

Color information

#76882F (or 0x76882F) is known color: Trendy Green. HEX triplet: 76, 88 and 2F. RGB value is (118,136,47). Sum of RGB (Red+Green+Blue) = 118+136+47=301 (39% of max value = 765). Red value is 118 (46.48% from 255 or 39.20% from 301); Green value is 136 (53.52% from 255 or 45.18% from 301); Blue value is 47 (18.75% from 255 or 15.61% from 301); Max value from RGB is 136 - color contains mainly: green. Hex color #76882F is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #76882F is #8977D0. Grayscale: #787878. Windows color (decimal): -9009105 or 3115126. OLE color: 3115126.

HSL color Cylindrical-coordinate representation of color #76882F: hue angle of 72.13º degrees, saturation: 0.49, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #76882F is Cyan = 0.13, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.47.

Color convert

RGB 118 136 47 -
CMYK 0.13 0 0.65 0.47
HSL 72.13º 0.49% 0.36% -
HSV(B) 72.13º 0.65% 0.53% -
XYZ 16.79 21.67 5.99 -
YUV 120.47 86.54 126.24 -
System Red Green Blue C M Y K H S L
Decimal 118 136 47 0.13 0 0.65 0.47 72.13 0.49 0.36
Hex 76 88 2F D 0 41 2F 48 31 24
Octal 166 210 57 15 0 101 57 110 61 44
Binary 1110110 10001000 101111 1101 0 1000001 101111 1001000 110001 100100

Color Harmonies of #76882F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76882F

Black with #76882F

Text Example


Text Example

White with #76882F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #76882F; }

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

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

background-color css

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

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

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

border-color css

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

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

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