Html Css Color HEX #6B9471 Laurel

📋 copy color: '#6B9471'

red 107 ◦ green 148 ◦ blue 113

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

Shades of Laurel #6B9471

Tints of Laurel #6B9471

RGB

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

 GREEN value IS 148 (58.2% from 255) = 40.22%

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

R = 29.08%
G = 40.22%
B = 30.71%

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

#6B9471 (or 0x6B9471) is known color: Laurel. HEX triplet: 6B, 94 and 71. RGB value is (107,148,113). Sum of RGB (Red+Green+Blue) = 107+148+113=368 (48% of max value = 765). Red value is 107 (42.19% from 255 or 29.08% from 368); Green value is 148 (58.20% from 255 or 40.22% from 368); Blue value is 113 (44.53% from 255 or 30.71% from 368); Max value from RGB is 148 - color contains mainly: green. Hex color #6B9471 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6B9471 is #946B8E. Grayscale: #838383. Windows color (decimal): -9726863 or 7443563. OLE color: 7443563.

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

Color convert

RGB 107 148 113 -
CMYK 0.28 0 0.24 0.42
HSL 128.78º 0.16% 0.5% -
HSV(B) 128.78º 0.28% 0.58% -
XYZ 19.63 25.5 19.51 -
YUV 131.75 117.42 110.35 -
System Red Green Blue C M Y K H S L
Decimal 107 148 113 0.28 0 0.24 0.42 128.78 0.16 0.5
Hex 6B 94 71 1C 0 18 2A 81 10 32
Octal 153 224 161 34 0 30 52 201 20 62
Binary 1101011 10010100 1110001 11100 0 11000 101010 10000001 10000 110010

Color Harmonies of #6B9471

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B9471

Black with #6B9471

Text Example


Text Example

White with #6B9471

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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