Html Css Color HEX #6A916D Laurel

📋 copy color: '#6A916D'

red 106 ◦ green 145 ◦ blue 109

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

Shades of Laurel #6A916D

Tints of Laurel #6A916D

RGB

 RED value IS 106 (41.8% from 255) = 29.44%

 GREEN value IS 145 (57.03% from 255) = 40.28%

 BLUE value IS 109 (42.97% from 255) = 30.28%

R = 29.44%
G = 40.28%
B = 30.28%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.25

 K value IS 0.43

RGB Variations

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

Color information

#6A916D (or 0x6A916D) is known color: Laurel. HEX triplet: 6A, 91 and 6D. RGB value is (106,145,109). Sum of RGB (Red+Green+Blue) = 106+145+109=360 (47% of max value = 765). Red value is 106 (41.80% from 255 or 29.44% from 360); Green value is 145 (57.03% from 255 or 40.28% from 360); Blue value is 109 (42.97% from 255 or 30.28% from 360); Max value from RGB is 145 - color contains mainly: green. Hex color #6A916D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6A916D is #956E92. Grayscale: #818181. Windows color (decimal): -9793171 or 7180650. OLE color: 7180650.

HSL color Cylindrical-coordinate representation of color #6A916D: hue angle of 124.62º degrees, saturation: 0.16, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #6A916D is Cyan = 0.27, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.43.

Color convert

RGB 106 145 109 -
CMYK 0.27 0 0.25 0.43
HSL 124.62º 0.16% 0.49% -
HSV(B) 124.62º 0.27% 0.57% -
XYZ 18.83 24.42 18.19 -
YUV 129.24 116.58 111.43 -
System Red Green Blue C M Y K H S L
Decimal 106 145 109 0.27 0 0.25 0.43 124.62 0.16 0.49
Hex 6A 91 6D 1B 0 19 2B 7D 10 31
Octal 152 221 155 33 0 31 53 175 20 61
Binary 1101010 10010001 1101101 11011 0 11001 101011 1111101 10000 110001

Color Harmonies of #6A916D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6A916D

Black with #6A916D

Text Example


Text Example

White with #6A916D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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