Html Css Color HEX #6EA26E Laurel

📋 copy color: '#6EA26E'

red 110 ◦ green 162 ◦ blue 110

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

Shades of Laurel #6EA26E

Tints of Laurel #6EA26E

RGB

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

 GREEN value IS 162 (63.67% from 255) = 42.41%

 BLUE value IS 110 (43.36% from 255) = 28.8%

R = 28.8%
G = 42.41%
B = 28.8%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.32

 K value IS 0.36

RGB Variations

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

Color information

#6EA26E (or 0x6EA26E) is known color: Laurel. HEX triplet: 6E, A2 and 6E. RGB value is (110,162,110). Sum of RGB (Red+Green+Blue) = 110+162+110=382 (50% of max value = 765). Red value is 110 (43.36% from 255 or 28.80% from 382); Green value is 162 (63.67% from 255 or 42.41% from 382); Blue value is 110 (43.36% from 255 or 28.80% from 382); Max value from RGB is 162 - color contains mainly: green. Hex color #6EA26E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6EA26E is #915D91. Grayscale: #8C8C8C. Windows color (decimal): -9526674 or 7250542. OLE color: 7250542.

HSL color Cylindrical-coordinate representation of color #6EA26E: hue angle of 120º degrees, saturation: 0.22, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #6EA26E is Cyan = 0.32, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.36.

Color convert

RGB 110 162 110 -
CMYK 0.32 0 0.32 0.36
HSL 120º 0.22% 0.53% -
HSV(B) 120º 0.32% 0.64% -
XYZ 22.17 30.28 19.43 -
YUV 140.52 110.77 106.23 -
System Red Green Blue C M Y K H S L
Decimal 110 162 110 0.32 0 0.32 0.36 120 0.22 0.53
Hex 6E A2 6E 20 0 20 24 78 16 35
Octal 156 242 156 40 0 40 44 170 26 65
Binary 1101110 10100010 1101110 100000 0 100000 100100 1111000 10110 110101

Color Harmonies of #6EA26E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6EA26E

Black with #6EA26E

Text Example


Text Example

White with #6EA26E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(110,162,110); }

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

background-color css

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

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

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

border-color css

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

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

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