Html Css Color HEX #76841D Trendy Green

📋 copy color: '#76841D'

red 118 ◦ green 132 ◦ blue 29

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

Shades of Trendy Green #76841D

Tints of Trendy Green #76841D

RGB

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

 GREEN value IS 132 (51.95% from 255) = 47.31%

 BLUE value IS 29 (11.72% from 255) = 10.39%

R = 42.29%
G = 47.31%
B = 10.39%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.78

 K value IS 0.48

RGB Variations

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

Color information

#76841D (or 0x76841D) is known color: Trendy Green. HEX triplet: 76, 84 and 1D. RGB value is (118,132,29). Sum of RGB (Red+Green+Blue) = 118+132+29=279 (36% of max value = 765). Red value is 118 (46.48% from 255 or 42.29% from 279); Green value is 132 (51.95% from 255 or 47.31% from 279); Blue value is 29 (11.72% from 255 or 10.39% from 279); Max value from RGB is 132 - color contains mainly: green. Hex color #76841D is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #76841D is #897BE2. Grayscale: #747474. Windows color (decimal): -9010147 or 1934454. OLE color: 1934454.

HSL color Cylindrical-coordinate representation of color #76841D: hue angle of 68.16º degrees, saturation: 0.64, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #76841D is Cyan = 0.11, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.48.

Color convert

RGB 118 132 29 -
CMYK 0.11 0 0.78 0.48
HSL 68.16º 0.64% 0.32% -
HSV(B) 68.16º 0.78% 0.52% -
XYZ 15.94 20.44 4.27 -
YUV 116.07 78.86 129.38 -
System Red Green Blue C M Y K H S L
Decimal 118 132 29 0.11 0 0.78 0.48 68.16 0.64 0.32
Hex 76 84 1D B 0 4E 30 44 40 20
Octal 166 204 35 13 0 116 60 104 100 40
Binary 1110110 10000100 11101 1011 0 1001110 110000 1000100 1000000 100000

Color Harmonies of #76841D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76841D

Black with #76841D

Text Example


Text Example

White with #76841D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #76841D; }

 p { color: rgb(118,132,29); }

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

background-color css

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

 a { background-color: rgb(118,132,29); }

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

border-color css

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

 span { border-color: rgb(118,132,29); }

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