Html Css Color HEX #76822E Trendy Green

📋 copy color: '#76822E'

red 118 ◦ green 130 ◦ blue 46

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

Shades of Trendy Green #76822E

Tints of Trendy Green #76822E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 15.65%

R = 40.14%
G = 44.22%
B = 15.65%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.65

 K value IS 0.49

RGB Variations

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

Color information

#76822E (or 0x76822E) is known color: Trendy Green. HEX triplet: 76, 82 and 2E. RGB value is (118,130,46). Sum of RGB (Red+Green+Blue) = 118+130+46=294 (38% of max value = 765). Red value is 118 (46.48% from 255 or 40.14% from 294); Green value is 130 (51.17% from 255 or 44.22% from 294); Blue value is 46 (18.36% from 255 or 15.65% from 294); Max value from RGB is 130 - color contains mainly: green. Hex color #76822E is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #76822E is #897DD1. Grayscale: #757575. Windows color (decimal): -9010642 or 3048054. OLE color: 3048054.

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

Color convert

RGB 118 130 46 -
CMYK 0.09 0 0.65 0.49
HSL 68.57º 0.48% 0.35% -
HSV(B) 68.57º 0.65% 0.51% -
XYZ 15.95 20.01 5.61 -
YUV 116.84 88.02 128.83 -
System Red Green Blue C M Y K H S L
Decimal 118 130 46 0.09 0 0.65 0.49 68.57 0.48 0.35
Hex 76 82 2E 9 0 41 31 45 30 23
Octal 166 202 56 11 0 101 61 105 60 43
Binary 1110110 10000010 101110 1001 0 1000001 110001 1000101 110000 100011

Color Harmonies of #76822E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76822E

Black with #76822E

Text Example


Text Example

White with #76822E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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