Html Css Color HEX #6B9371 Laurel

📋 copy color: '#6B9371'

red 107 ◦ green 147 ◦ blue 113

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

Shades of Laurel #6B9371

Tints of Laurel #6B9371

RGB

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

 GREEN value IS 147 (57.81% from 255) = 40.05%

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

R = 29.16%
G = 40.05%
B = 30.79%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.23

 K value IS 0.42

RGB Variations

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

Color information

#6B9371 (or 0x6B9371) is known color: Laurel. HEX triplet: 6B, 93 and 71. RGB value is (107,147,113). Sum of RGB (Red+Green+Blue) = 107+147+113=367 (48% of max value = 765). Red value is 107 (42.19% from 255 or 29.16% from 367); Green value is 147 (57.81% from 255 or 40.05% from 367); Blue value is 113 (44.53% from 255 or 30.79% from 367); Max value from RGB is 147 - color contains mainly: green. Hex color #6B9371 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6B9371 is #946C8E. Grayscale: #838383. Windows color (decimal): -9727119 or 7443307. OLE color: 7443307.

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

Color convert

RGB 107 147 113 -
CMYK 0.27 0 0.23 0.42
HSL 129º 0.16% 0.5% -
HSV(B) 129º 0.27% 0.58% -
XYZ 19.48 25.19 19.46 -
YUV 131.16 117.75 110.76 -
System Red Green Blue C M Y K H S L
Decimal 107 147 113 0.27 0 0.23 0.42 129 0.16 0.5
Hex 6B 93 71 1B 0 17 2A 81 10 32
Octal 153 223 161 33 0 27 52 201 20 62
Binary 1101011 10010011 1110001 11011 0 10111 101010 10000001 10000 110010

Color Harmonies of #6B9371

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B9371

Black with #6B9371

Text Example


Text Example

White with #6B9371

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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