Html Css Color HEX #6C946B Laurel

📋 copy color: '#6C946B'

red 108 ◦ green 148 ◦ blue 107

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

Shades of Laurel #6C946B

Tints of Laurel #6C946B

RGB

 RED value IS 108 (42.58% from 255) = 29.75%

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

 BLUE value IS 107 (42.19% from 255) = 29.48%

R = 29.75%
G = 40.77%
B = 29.48%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.28

 K value IS 0.42

RGB Variations

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

Color information

#6C946B (or 0x6C946B) is known color: Laurel. HEX triplet: 6C, 94 and 6B. RGB value is (108,148,107). Sum of RGB (Red+Green+Blue) = 108+148+107=363 (48% of max value = 765). Red value is 108 (42.58% from 255 or 29.75% from 363); Green value is 148 (58.20% from 255 or 40.77% from 363); Blue value is 107 (42.19% from 255 or 29.48% from 363); Max value from RGB is 148 - color contains mainly: green. Hex color #6C946B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6C946B is #936B94. Grayscale: #838383. Windows color (decimal): -9661333 or 7050348. OLE color: 7050348.

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

Color convert

RGB 108 148 107 -
CMYK 0.27 0 0.28 0.42
HSL 118.54º 0.16% 0.5% -
HSV(B) 118.54º 0.28% 0.58% -
XYZ 19.43 25.43 17.79 -
YUV 131.37 114.25 111.33 -
System Red Green Blue C M Y K H S L
Decimal 108 148 107 0.27 0 0.28 0.42 118.54 0.16 0.5
Hex 6C 94 6B 1B 0 1C 2A 77 10 32
Octal 154 224 153 33 0 34 52 167 20 62
Binary 1101100 10010100 1101011 11011 0 11100 101010 1110111 10000 110010

Color Harmonies of #6C946B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C946B

Black with #6C946B

Text Example


Text Example

White with #6C946B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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