Html Css Color HEX #6B9571 Laurel

📋 copy color: '#6B9571'

red 107 ◦ green 149 ◦ blue 113

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

Shades of Laurel #6B9571

Tints of Laurel #6B9571

RGB

 RED value IS 107 (42.19% from 255) = 29%

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

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

R = 29%
G = 40.38%
B = 30.62%

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

#6B9571 (or 0x6B9571) is known color: Laurel. HEX triplet: 6B, 95 and 71. RGB value is (107,149,113). Sum of RGB (Red+Green+Blue) = 107+149+113=369 (48% of max value = 765). Red value is 107 (42.19% from 255 or 29.00% from 369); Green value is 149 (58.59% from 255 or 40.38% from 369); Blue value is 113 (44.53% from 255 or 30.62% from 369); Max value from RGB is 149 - color contains mainly: green. Hex color #6B9571 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6B9571 is #946A8E. Grayscale: #848484. Windows color (decimal): -9726607 or 7443819. OLE color: 7443819.

HSL color Cylindrical-coordinate representation of color #6B9571: hue angle of 128.57º degrees, saturation: 0.17, 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 #6B9571 is Cyan = 0.28, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.42.

Color convert

RGB 107 149 113 -
CMYK 0.28 0 0.24 0.42
HSL 128.57º 0.17% 0.5% -
HSV(B) 128.57º 0.28% 0.58% -
XYZ 19.79 25.81 19.56 -
YUV 132.34 117.09 109.93 -
System Red Green Blue C M Y K H S L
Decimal 107 149 113 0.28 0 0.24 0.42 128.57 0.17 0.5
Hex 6B 95 71 1C 0 18 2A 81 11 32
Octal 153 225 161 34 0 30 52 201 21 62
Binary 1101011 10010101 1110001 11100 0 11000 101010 10000001 10001 110010

Color Harmonies of #6B9571

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B9571

Black with #6B9571

Text Example


Text Example

White with #6B9571

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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