Html Css Color HEX #76822F Trendy Green

📋 copy color: '#76822F'

red 118 ◦ green 130 ◦ blue 47

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

Shades of Trendy Green #76822F

Tints of Trendy Green #76822F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 15.93%

R = 40%
G = 44.07%
B = 15.93%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.64

 K value IS 0.49

RGB Variations

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

Color information

#76822F (or 0x76822F) is known color: Trendy Green. HEX triplet: 76, 82 and 2F. RGB value is (118,130,47). Sum of RGB (Red+Green+Blue) = 118+130+47=295 (39% of max value = 765). Red value is 118 (46.48% from 255 or 40% from 295); Green value is 130 (51.17% from 255 or 44.07% from 295); Blue value is 47 (18.75% from 255 or 15.93% from 295); Max value from RGB is 130 - color contains mainly: green. Hex color #76822F is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #76822F is #897DD0. Grayscale: #757575. Windows color (decimal): -9010641 or 3113590. OLE color: 3113590.

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

Color convert

RGB 118 130 47 -
CMYK 0.09 0 0.64 0.49
HSL 68.67º 0.47% 0.35% -
HSV(B) 68.67º 0.64% 0.51% -
XYZ 15.97 20.02 5.71 -
YUV 116.95 88.52 128.75 -
System Red Green Blue C M Y K H S L
Decimal 118 130 47 0.09 0 0.64 0.49 68.67 0.47 0.35
Hex 76 82 2F 9 0 40 31 45 2F 23
Octal 166 202 57 11 0 100 61 105 57 43
Binary 1110110 10000010 101111 1001 0 1000000 110001 1000101 101111 100011

Color Harmonies of #76822F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76822F

Black with #76822F

Text Example


Text Example

White with #76822F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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