Html Css Color HEX #6DA16A Laurel

📋 copy color: '#6DA16A'

red 109 ◦ green 161 ◦ blue 106

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

Shades of Laurel #6DA16A

Tints of Laurel #6DA16A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 28.19%

R = 28.99%
G = 42.82%
B = 28.19%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.34

 K value IS 0.37

RGB Variations

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

Color information

#6DA16A (or 0x6DA16A) is known color: Laurel. HEX triplet: 6D, A1 and 6A. RGB value is (109,161,106). Sum of RGB (Red+Green+Blue) = 109+161+106=376 (49% of max value = 765). Red value is 109 (42.97% from 255 or 28.99% from 376); Green value is 161 (63.28% from 255 or 42.82% from 376); Blue value is 106 (41.80% from 255 or 28.19% from 376); Max value from RGB is 161 - color contains mainly: green. Hex color #6DA16A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6DA16A is #925E95. Grayscale: #8B8B8B. Windows color (decimal): -9592470 or 6988141. OLE color: 6988141.

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

Color convert

RGB 109 161 106 -
CMYK 0.32 0 0.34 0.37
HSL 116.73º 0.23% 0.52% -
HSV(B) 116.73º 0.34% 0.63% -
XYZ 21.65 29.78 18.24 -
YUV 139.18 109.27 106.47 -
System Red Green Blue C M Y K H S L
Decimal 109 161 106 0.32 0 0.34 0.37 116.73 0.23 0.52
Hex 6D A1 6A 20 0 22 25 75 17 34
Octal 155 241 152 40 0 42 45 165 27 64
Binary 1101101 10100001 1101010 100000 0 100010 100101 1110101 10111 110100

Color Harmonies of #6DA16A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6DA16A

Black with #6DA16A

Text Example


Text Example

White with #6DA16A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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