Html Css Color HEX #6A9171 Laurel

📋 copy color: '#6A9171'

red 106 ◦ green 145 ◦ blue 113

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

Shades of Laurel #6A9171

Tints of Laurel #6A9171

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 31.04%

R = 29.12%
G = 39.84%
B = 31.04%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.22

 K value IS 0.43

RGB Variations

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

Color information

#6A9171 (or 0x6A9171) is known color: Laurel. HEX triplet: 6A, 91 and 71. RGB value is (106,145,113). Sum of RGB (Red+Green+Blue) = 106+145+113=364 (48% of max value = 765). Red value is 106 (41.80% from 255 or 29.12% from 364); Green value is 145 (57.03% from 255 or 39.84% from 364); Blue value is 113 (44.53% from 255 or 31.04% from 364); Max value from RGB is 145 - color contains mainly: green. Hex color #6A9171 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6A9171 is #956E8E. Grayscale: #818181. Windows color (decimal): -9793167 or 7442794. OLE color: 7442794.

HSL color Cylindrical-coordinate representation of color #6A9171: hue angle of 130.77º 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 #6A9171 is Cyan = 0.27, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.43.

Color convert

RGB 106 145 113 -
CMYK 0.27 0 0.22 0.43
HSL 130.77º 0.16% 0.49% -
HSV(B) 130.77º 0.27% 0.57% -
XYZ 19.05 24.51 19.35 -
YUV 129.69 118.58 111.1 -
System Red Green Blue C M Y K H S L
Decimal 106 145 113 0.27 0 0.22 0.43 130.77 0.16 0.49
Hex 6A 91 71 1B 0 16 2B 83 10 31
Octal 152 221 161 33 0 26 53 203 20 61
Binary 1101010 10010001 1110001 11011 0 10110 101011 10000011 10000 110001

Color Harmonies of #6A9171

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6A9171

Black with #6A9171

Text Example


Text Example

White with #6A9171

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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