Html Css Color HEX #6B946E Laurel

📋 copy color: '#6B946E'

red 107 ◦ green 148 ◦ blue 110

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

Shades of Laurel #6B946E

Tints of Laurel #6B946E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 30.14%

R = 29.32%
G = 40.55%
B = 30.14%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.26

 K value IS 0.42

RGB Variations

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

Color information

#6B946E (or 0x6B946E) is known color: Laurel. HEX triplet: 6B, 94 and 6E. RGB value is (107,148,110). Sum of RGB (Red+Green+Blue) = 107+148+110=365 (48% of max value = 765). Red value is 107 (42.19% from 255 or 29.32% from 365); Green value is 148 (58.20% from 255 or 40.55% from 365); Blue value is 110 (43.36% from 255 or 30.14% from 365); Max value from RGB is 148 - color contains mainly: green. Hex color #6B946E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6B946E is #946B91. Grayscale: #838383. Windows color (decimal): -9726866 or 7246955. OLE color: 7246955.

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

Color convert

RGB 107 148 110 -
CMYK 0.28 0 0.26 0.42
HSL 124.39º 0.16% 0.5% -
HSV(B) 124.39º 0.28% 0.58% -
XYZ 19.47 25.43 18.63 -
YUV 131.41 115.92 110.59 -
System Red Green Blue C M Y K H S L
Decimal 107 148 110 0.28 0 0.26 0.42 124.39 0.16 0.5
Hex 6B 94 6E 1C 0 1A 2A 7C 10 32
Octal 153 224 156 34 0 32 52 174 20 62
Binary 1101011 10010100 1101110 11100 0 11010 101010 1111100 10000 110010

Color Harmonies of #6B946E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B946E

Black with #6B946E

Text Example


Text Example

White with #6B946E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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