Html Css Color HEX #76821F Trendy Green

📋 copy color: '#76821F'

red 118 ◦ green 130 ◦ blue 31

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

Shades of Trendy Green #76821F

Tints of Trendy Green #76821F

RGB

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

 GREEN value IS 130 (51.17% from 255) = 46.59%

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

R = 42.29%
G = 46.59%
B = 11.11%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.76

 K value IS 0.49

RGB Variations

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

Color information

#76821F (or 0x76821F) is known color: Trendy Green. HEX triplet: 76, 82 and 1F. RGB value is (118,130,31). Sum of RGB (Red+Green+Blue) = 118+130+31=279 (36% of max value = 765). Red value is 118 (46.48% from 255 or 42.29% from 279); Green value is 130 (51.17% from 255 or 46.59% from 279); Blue value is 31 (12.5% from 255 or 11.11% from 279); Max value from RGB is 130 - color contains mainly: green. Hex color #76821F is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #76821F is #897DE0. Grayscale: #737373. Windows color (decimal): -9010657 or 2065014. OLE color: 2065014.

HSL color Cylindrical-coordinate representation of color #76821F: hue angle of 67.27º degrees, saturation: 0.61, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #76821F is Cyan = 0.09, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.49.

Color convert

RGB 118 130 31 -
CMYK 0.09 0 0.76 0.49
HSL 67.27º 0.61% 0.32% -
HSV(B) 67.27º 0.76% 0.51% -
XYZ 15.7 19.92 4.31 -
YUV 115.13 80.52 130.05 -
System Red Green Blue C M Y K H S L
Decimal 118 130 31 0.09 0 0.76 0.49 67.27 0.61 0.32
Hex 76 82 1F 9 0 4C 31 43 3D 20
Octal 166 202 37 11 0 114 61 103 75 40
Binary 1110110 10000010 11111 1001 0 1001100 110001 1000011 111101 100000

Color Harmonies of #76821F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76821F

Black with #76821F

Text Example


Text Example

White with #76821F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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