Html Css Color HEX #767C16 Trendy Green

📋 copy color: '#767C16'

red 118 ◦ green 124 ◦ blue 22

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

Shades of Trendy Green #767C16

Tints of Trendy Green #767C16

RGB

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

 GREEN value IS 124 (48.83% from 255) = 46.97%

 BLUE value IS 22 (8.98% from 255) = 8.33%

R = 44.7%
G = 46.97%
B = 8.33%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.82

 K value IS 0.51

RGB Variations

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

Color information

#767C16 (or 0x767C16) is known color: Trendy Green. HEX triplet: 76, 7C and 16. RGB value is (118,124,22). Sum of RGB (Red+Green+Blue) = 118+124+22=264 (34% of max value = 765). Red value is 118 (46.48% from 255 or 44.70% from 264); Green value is 124 (48.83% from 255 or 46.97% from 264); Blue value is 22 (8.98% from 255 or 8.33% from 264); Max value from RGB is 124 - color contains mainly: green. Hex color #767C16 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #767C16 is #8983E9. Grayscale: #6E6E6E. Windows color (decimal): -9012202 or 1473654. OLE color: 1473654.

HSL color Cylindrical-coordinate representation of color #767C16: hue angle of 63.53º degrees, saturation: 0.7, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #767C16 is Cyan = 0.05, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.51.

Color convert

RGB 118 124 22 -
CMYK 0.05 0 0.82 0.51
HSL 63.53º 0.7% 0.29% -
HSV(B) 63.53º 0.82% 0.49% -
XYZ 14.82 18.32 3.51 -
YUV 110.58 78.01 133.29 -
System Red Green Blue C M Y K H S L
Decimal 118 124 22 0.05 0 0.82 0.51 63.53 0.7 0.29
Hex 76 7C 16 5 0 52 33 40 46 1D
Octal 166 174 26 5 0 122 63 100 106 35
Binary 1110110 1111100 10110 101 0 1010010 110011 1000000 1000110 11101

Color Harmonies of #767C16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #767C16

Black with #767C16

Text Example


Text Example

White with #767C16

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(118,124,22); }

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

background-color css

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

 a { background-color: rgb(118,124,22); }

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

border-color css

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

 span { border-color: rgb(118,124,22); }

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