Html Css Color HEX #6C9571 Laurel

📋 copy color: '#6C9571'

red 108 ◦ green 149 ◦ blue 113

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

Shades of Laurel #6C9571

Tints of Laurel #6C9571

RGB

 RED value IS 108 (42.58% from 255) = 29.19%

 GREEN value IS 149 (58.59% from 255) = 40.27%

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

R = 29.19%
G = 40.27%
B = 30.54%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.24

 K value IS 0.42

RGB Variations

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

Color information

#6C9571 (or 0x6C9571) is known color: Laurel. HEX triplet: 6C, 95 and 71. RGB value is (108,149,113). Sum of RGB (Red+Green+Blue) = 108+149+113=370 (49% of max value = 765). Red value is 108 (42.58% from 255 or 29.19% from 370); Green value is 149 (58.59% from 255 or 40.27% from 370); Blue value is 113 (44.53% from 255 or 30.54% from 370); Max value from RGB is 149 - color contains mainly: green. Hex color #6C9571 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6C9571 is #936A8E. Grayscale: #848484. Windows color (decimal): -9661071 or 7443820. OLE color: 7443820.

HSL color Cylindrical-coordinate representation of color #6C9571: hue angle of 127.32º degrees, saturation: 0.16, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #6C9571 is Cyan = 0.28, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.42.

Color convert

RGB 108 149 113 -
CMYK 0.28 0 0.24 0.42
HSL 127.32º 0.16% 0.5% -
HSV(B) 127.32º 0.28% 0.58% -
XYZ 19.91 25.88 19.57 -
YUV 132.64 116.92 110.43 -
System Red Green Blue C M Y K H S L
Decimal 108 149 113 0.28 0 0.24 0.42 127.32 0.16 0.5
Hex 6C 95 71 1C 0 18 2A 7F 10 32
Octal 154 225 161 34 0 30 52 177 20 62
Binary 1101100 10010101 1110001 11100 0 11000 101010 1111111 10000 110010

Color Harmonies of #6C9571

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C9571

Black with #6C9571

Text Example


Text Example

White with #6C9571

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(108,149,113); }

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

background-color css

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

 a { background-color: rgb(108,149,113); }

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

border-color css

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

 span { border-color: rgb(108,149,113); }

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