Html Css Color HEX #76882C Trendy Green

📋 copy color: '#76882C'

red 118 ◦ green 136 ◦ blue 44

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

Shades of Trendy Green #76882C

Tints of Trendy Green #76882C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 14.77%

R = 39.6%
G = 45.64%
B = 14.77%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.68

 K value IS 0.47

RGB Variations

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

Color information

#76882C (or 0x76882C) is known color: Trendy Green. HEX triplet: 76, 88 and 2C. RGB value is (118,136,44). Sum of RGB (Red+Green+Blue) = 118+136+44=298 (39% of max value = 765). Red value is 118 (46.48% from 255 or 39.60% from 298); Green value is 136 (53.52% from 255 or 45.64% from 298); Blue value is 44 (17.58% from 255 or 14.77% from 298); Max value from RGB is 136 - color contains mainly: green. Hex color #76882C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #76882C is #8977D3. Grayscale: #787878. Windows color (decimal): -9009108 or 2918518. OLE color: 2918518.

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

Color convert

RGB 118 136 44 -
CMYK 0.13 0 0.68 0.47
HSL 71.74º 0.51% 0.35% -
HSV(B) 71.74º 0.68% 0.53% -
XYZ 16.73 21.64 5.68 -
YUV 120.13 85.04 126.48 -
System Red Green Blue C M Y K H S L
Decimal 118 136 44 0.13 0 0.68 0.47 71.74 0.51 0.35
Hex 76 88 2C D 0 44 2F 48 33 23
Octal 166 210 54 15 0 104 57 110 63 43
Binary 1110110 10001000 101100 1101 0 1000100 101111 1001000 110011 100011

Color Harmonies of #76882C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76882C

Black with #76882C

Text Example


Text Example

White with #76882C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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