Html Css Color HEX #6E8015 Trendy Green

📋 copy color: '#6E8015'

red 110 ◦ green 128 ◦ blue 21

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

Shades of Trendy Green #6E8015

Tints of Trendy Green #6E8015

RGB

 RED value IS 110 (43.36% from 255) = 42.47%

 GREEN value IS 128 (50.39% from 255) = 49.42%

 BLUE value IS 21 (8.59% from 255) = 8.11%

R = 42.47%
G = 49.42%
B = 8.11%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.84

 K value IS 0.50

RGB Variations

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

Color information

#6E8015 (or 0x6E8015) is known color: Trendy Green. HEX triplet: 6E, 80 and 15. RGB value is (110,128,21). Sum of RGB (Red+Green+Blue) = 110+128+21=259 (34% of max value = 765). Red value is 110 (43.36% from 255 or 42.47% from 259); Green value is 128 (50.39% from 255 or 49.42% from 259); Blue value is 21 (8.59% from 255 or 8.11% from 259); Max value from RGB is 128 - color contains mainly: green. Hex color #6E8015 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #6E8015 is #917FEA. Grayscale: #6E6E6E. Windows color (decimal): -9535467 or 1409134. OLE color: 1409134.

HSL color Cylindrical-coordinate representation of color #6E8015: hue angle of 70.09º degrees, saturation: 0.72, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #6E8015 is Cyan = 0.14, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.50.

Color convert

RGB 110 128 21 -
CMYK 0.14 0 0.84 0.50
HSL 70.09º 0.72% 0.29% -
HSV(B) 70.09º 0.84% 0.5% -
XYZ 14.28 18.81 3.59 -
YUV 110.42 77.54 127.7 -
System Red Green Blue C M Y K H S L
Decimal 110 128 21 0.14 0 0.84 0.50 70.09 0.72 0.29
Hex 6E 80 15 E 0 54 32 46 48 1D
Octal 156 200 25 16 0 124 62 106 110 35
Binary 1101110 10000000 10101 1110 0 1010100 110010 1000110 1001000 11101

Color Harmonies of #6E8015

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E8015

Black with #6E8015

Text Example


Text Example

White with #6E8015

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6E8015; }

 p { color: rgb(110,128,21); }

 H1.HeaderClassName
 {
   color: #6E8015;
 }
 .AnyTagClassName
 {
   color: #6E8015;
 }
</style>

background-color css

<style>
 a { background-color: #6E8015; }

 a { background-color: rgb(110,128,21); }

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

border-color css

<style>
 span { border-color: #6E8015; }

 span { border-color: rgb(110,128,21); }

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