Html Css Color HEX #767E14 Trendy Green

📋 copy color: '#767E14'

red 118 ◦ green 126 ◦ blue 20

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

Shades of Trendy Green #767E14

Tints of Trendy Green #767E14

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 7.58%

R = 44.7%
G = 47.73%
B = 7.58%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.84

 K value IS 0.51

RGB Variations

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

Color information

#767E14 (or 0x767E14) is known color: Trendy Green. HEX triplet: 76, 7E and 14. RGB value is (118,126,20). Sum of RGB (Red+Green+Blue) = 118+126+20=264 (34% of max value = 765). Red value is 118 (46.48% from 255 or 44.70% from 264); Green value is 126 (49.61% from 255 or 47.73% from 264); Blue value is 20 (8.20% from 255 or 7.58% from 264); Max value from RGB is 126 - color contains mainly: green. Hex color #767E14 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #767E14 is #8981EB. Grayscale: #6F6F6F. Windows color (decimal): -9011692 or 1343094. OLE color: 1343094.

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

Color convert

RGB 118 126 20 -
CMYK 0.06 0 0.84 0.51
HSL 64.53º 0.73% 0.29% -
HSV(B) 64.53º 0.84% 0.49% -
XYZ 15.06 18.82 3.5 -
YUV 111.52 76.35 132.62 -
System Red Green Blue C M Y K H S L
Decimal 118 126 20 0.06 0 0.84 0.51 64.53 0.73 0.29
Hex 76 7E 14 6 0 54 33 41 49 1D
Octal 166 176 24 6 0 124 63 101 111 35
Binary 1110110 1111110 10100 110 0 1010100 110011 1000001 1001001 11101

Color Harmonies of #767E14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #767E14

Black with #767E14

Text Example


Text Example

White with #767E14

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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