Html Css Color HEX #76882B Trendy Green

📋 copy color: '#76882B'

red 118 ◦ green 136 ◦ blue 43

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

Shades of Trendy Green #76882B

Tints of Trendy Green #76882B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 14.48%

R = 39.73%
G = 45.79%
B = 14.48%

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

#76882B (or 0x76882B) is known color: Trendy Green. HEX triplet: 76, 88 and 2B. RGB value is (118,136,43). Sum of RGB (Red+Green+Blue) = 118+136+43=297 (39% of max value = 765). Red value is 118 (46.48% from 255 or 39.73% from 297); Green value is 136 (53.52% from 255 or 45.79% from 297); Blue value is 43 (17.19% from 255 or 14.48% from 297); Max value from RGB is 136 - color contains mainly: green. Hex color #76882B is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #76882B is #8977D4. Grayscale: #787878. Windows color (decimal): -9009109 or 2852982. OLE color: 2852982.

HSL color Cylindrical-coordinate representation of color #76882B: hue angle of 71.61º degrees, saturation: 0.52, 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 #76882B is Cyan = 0.13, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.47.

Color convert

RGB 118 136 43 -
CMYK 0.13 0 0.68 0.47
HSL 71.61º 0.52% 0.35% -
HSV(B) 71.61º 0.68% 0.53% -
XYZ 16.71 21.63 5.58 -
YUV 120.02 84.54 126.56 -
System Red Green Blue C M Y K H S L
Decimal 118 136 43 0.13 0 0.68 0.47 71.61 0.52 0.35
Hex 76 88 2B D 0 44 2F 48 34 23
Octal 166 210 53 15 0 104 57 110 64 43
Binary 1110110 10001000 101011 1101 0 1000100 101111 1001000 110100 100011

Color Harmonies of #76882B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76882B

Black with #76882B

Text Example


Text Example

White with #76882B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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