Html Css Color HEX #767E12 Trendy Green

📋 copy color: '#767E12'

red 118 ◦ green 126 ◦ blue 18

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

Shades of Trendy Green #767E12

Tints of Trendy Green #767E12

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 6.87%

R = 45.04%
G = 48.09%
B = 6.87%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.86

 K value IS 0.51

RGB Variations

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

Color information

#767E12 (or 0x767E12) is known color: Trendy Green. HEX triplet: 76, 7E and 12. RGB value is (118,126,18). Sum of RGB (Red+Green+Blue) = 118+126+18=262 (34% of max value = 765). Red value is 118 (46.48% from 255 or 45.04% from 262); Green value is 126 (49.61% from 255 or 48.09% from 262); Blue value is 18 (7.42% from 255 or 6.87% from 262); Max value from RGB is 126 - color contains mainly: green. Hex color #767E12 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #767E12 is #8981ED. Grayscale: #6F6F6F. Windows color (decimal): -9011694 or 1212022. OLE color: 1212022.

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

Color convert

RGB 118 126 18 -
CMYK 0.06 0 0.86 0.51
HSL 64.44º 0.75% 0.28% -
HSV(B) 64.44º 0.86% 0.49% -
XYZ 15.04 18.82 3.41 -
YUV 111.3 75.35 132.78 -
System Red Green Blue C M Y K H S L
Decimal 118 126 18 0.06 0 0.86 0.51 64.44 0.75 0.28
Hex 76 7E 12 6 0 56 33 40 4B 1C
Octal 166 176 22 6 0 126 63 100 113 34
Binary 1110110 1111110 10010 110 0 1010110 110011 1000000 1001011 11100

Color Harmonies of #767E12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #767E12

Black with #767E12

Text Example


Text Example

White with #767E12

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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