Html Css Color HEX #6B946F Laurel

📋 copy color: '#6B946F'

red 107 ◦ green 148 ◦ blue 111

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

Shades of Laurel #6B946F

Tints of Laurel #6B946F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 30.33%

R = 29.23%
G = 40.44%
B = 30.33%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.25

 K value IS 0.42

RGB Variations

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

Color information

#6B946F (or 0x6B946F) is known color: Laurel. HEX triplet: 6B, 94 and 6F. RGB value is (107,148,111). Sum of RGB (Red+Green+Blue) = 107+148+111=366 (48% of max value = 765). Red value is 107 (42.19% from 255 or 29.23% from 366); Green value is 148 (58.20% from 255 or 40.44% from 366); Blue value is 111 (43.75% from 255 or 30.33% from 366); Max value from RGB is 148 - color contains mainly: green. Hex color #6B946F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6B946F is #946B90. Grayscale: #838383. Windows color (decimal): -9726865 or 7312491. OLE color: 7312491.

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

Color convert

RGB 107 148 111 -
CMYK 0.28 0 0.25 0.42
HSL 125.85º 0.16% 0.5% -
HSV(B) 125.85º 0.28% 0.58% -
XYZ 19.52 25.45 18.92 -
YUV 131.52 116.42 110.51 -
System Red Green Blue C M Y K H S L
Decimal 107 148 111 0.28 0 0.25 0.42 125.85 0.16 0.5
Hex 6B 94 6F 1C 0 19 2A 7E 10 32
Octal 153 224 157 34 0 31 52 176 20 62
Binary 1101011 10010100 1101111 11100 0 11001 101010 1111110 10000 110010

Color Harmonies of #6B946F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B946F

Black with #6B946F

Text Example


Text Example

White with #6B946F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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