Html Css Color HEX #6DA16E Laurel

📋 copy color: '#6DA16E'

red 109 ◦ green 161 ◦ blue 110

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

Shades of Laurel #6DA16E

Tints of Laurel #6DA16E

RGB

 RED value IS 109 (42.97% from 255) = 28.68%

 GREEN value IS 161 (63.28% from 255) = 42.37%

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

R = 28.68%
G = 42.37%
B = 28.95%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.32

 K value IS 0.37

RGB Variations

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

Color information

#6DA16E (or 0x6DA16E) is known color: Laurel. HEX triplet: 6D, A1 and 6E. RGB value is (109,161,110). Sum of RGB (Red+Green+Blue) = 109+161+110=380 (50% of max value = 765). Red value is 109 (42.97% from 255 or 28.68% from 380); Green value is 161 (63.28% from 255 or 42.37% from 380); Blue value is 110 (43.36% from 255 or 28.95% from 380); Max value from RGB is 161 - color contains mainly: green. Hex color #6DA16E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6DA16E is #925E91. Grayscale: #8B8B8B. Windows color (decimal): -9592466 or 7250285. OLE color: 7250285.

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

Color convert

RGB 109 161 110 -
CMYK 0.32 0 0.32 0.37
HSL 121.15º 0.22% 0.53% -
HSV(B) 121.15º 0.32% 0.63% -
XYZ 21.87 29.87 19.36 -
YUV 139.64 111.27 106.15 -
System Red Green Blue C M Y K H S L
Decimal 109 161 110 0.32 0 0.32 0.37 121.15 0.22 0.53
Hex 6D A1 6E 20 0 20 25 79 16 35
Octal 155 241 156 40 0 40 45 171 26 65
Binary 1101101 10100001 1101110 100000 0 100000 100101 1111001 10110 110101

Color Harmonies of #6DA16E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6DA16E

Black with #6DA16E

Text Example


Text Example

White with #6DA16E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(109,161,110); }

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

background-color css

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

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

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

border-color css

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

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

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