Html Css Color HEX #76841F Trendy Green

📋 copy color: '#76841F'

red 118 ◦ green 132 ◦ blue 31

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

Shades of Trendy Green #76841F

Tints of Trendy Green #76841F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 11.03%

R = 41.99%
G = 46.98%
B = 11.03%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.77

 K value IS 0.48

RGB Variations

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

Color information

#76841F (or 0x76841F) is known color: Trendy Green. HEX triplet: 76, 84 and 1F. RGB value is (118,132,31). Sum of RGB (Red+Green+Blue) = 118+132+31=281 (37% of max value = 765). Red value is 118 (46.48% from 255 or 41.99% from 281); Green value is 132 (51.95% from 255 or 46.98% from 281); Blue value is 31 (12.5% from 255 or 11.03% from 281); Max value from RGB is 132 - color contains mainly: green. Hex color #76841F is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #76841F is #897BE0. Grayscale: #747474. Windows color (decimal): -9010145 or 2065526. OLE color: 2065526.

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

Color convert

RGB 118 132 31 -
CMYK 0.11 0 0.77 0.48
HSL 68.32º 0.62% 0.32% -
HSV(B) 68.32º 0.77% 0.52% -
XYZ 15.97 20.45 4.4 -
YUV 116.3 79.86 129.21 -
System Red Green Blue C M Y K H S L
Decimal 118 132 31 0.11 0 0.77 0.48 68.32 0.62 0.32
Hex 76 84 1F B 0 4D 30 44 3E 20
Octal 166 204 37 13 0 115 60 104 76 40
Binary 1110110 10000100 11111 1011 0 1001101 110000 1000100 111110 100000

Color Harmonies of #76841F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76841F

Black with #76841F

Text Example


Text Example

White with #76841F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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