Html Css Color HEX #767E20 Trendy Green

📋 copy color: '#767E20'

red 118 ◦ green 126 ◦ blue 32

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

Shades of Trendy Green #767E20

Tints of Trendy Green #767E20

RGB

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

 GREEN value IS 126 (49.61% from 255) = 45.65%

 BLUE value IS 32 (12.89% from 255) = 11.59%

R = 42.75%
G = 45.65%
B = 11.59%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.75

 K value IS 0.51

RGB Variations

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

Color information

#767E20 (or 0x767E20) is known color: Trendy Green. HEX triplet: 76, 7E and 20. RGB value is (118,126,32). Sum of RGB (Red+Green+Blue) = 118+126+32=276 (36% of max value = 765). Red value is 118 (46.48% from 255 or 42.75% from 276); Green value is 126 (49.61% from 255 or 45.65% from 276); Blue value is 32 (12.89% from 255 or 11.59% from 276); Max value from RGB is 126 - color contains mainly: green. Hex color #767E20 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #767E20 is #8981DF. Grayscale: #717171. Windows color (decimal): -9011680 or 2129526. OLE color: 2129526.

HSL color Cylindrical-coordinate representation of color #767E20: hue angle of 65.11º degrees, saturation: 0.59, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #767E20 is Cyan = 0.06, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.51.

Color convert

RGB 118 126 32 -
CMYK 0.06 0 0.75 0.51
HSL 65.11º 0.59% 0.31% -
HSV(B) 65.11º 0.75% 0.49% -
XYZ 15.19 18.88 4.21 -
YUV 112.89 82.35 131.64 -
System Red Green Blue C M Y K H S L
Decimal 118 126 32 0.06 0 0.75 0.51 65.11 0.59 0.31
Hex 76 7E 20 6 0 4B 33 41 3B 1F
Octal 166 176 40 6 0 113 63 101 73 37
Binary 1110110 1111110 100000 110 0 1001011 110011 1000001 111011 11111

Color Harmonies of #767E20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #767E20

Black with #767E20

Text Example


Text Example

White with #767E20

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #767E20; }

 p { color: rgb(118,126,32); }

 H1.HeaderClassName
 {
   color: #767E20;
 }
 .AnyTagClassName
 {
   color: #767E20;
 }
</style>

background-color css

<style>
 a { background-color: #767E20; }

 a { background-color: rgb(118,126,32); }

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

border-color css

<style>
 span { border-color: #767E20; }

 span { border-color: rgb(118,126,32); }

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