Html Css Color HEX #6C946A Laurel

📋 copy color: '#6C946A'

red 108 ◦ green 148 ◦ blue 106

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

Shades of Laurel #6C946A

Tints of Laurel #6C946A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 29.28%

R = 29.83%
G = 40.88%
B = 29.28%

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

#6C946A (or 0x6C946A) is known color: Laurel. HEX triplet: 6C, 94 and 6A. RGB value is (108,148,106). Sum of RGB (Red+Green+Blue) = 108+148+106=362 (47% of max value = 765). Red value is 108 (42.58% from 255 or 29.83% from 362); Green value is 148 (58.20% from 255 or 40.88% from 362); Blue value is 106 (41.80% from 255 or 29.28% from 362); Max value from RGB is 148 - color contains mainly: green. Hex color #6C946A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6C946A is #936B95. Grayscale: #838383. Windows color (decimal): -9661334 or 6984812. OLE color: 6984812.

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

Color convert

RGB 108 148 106 -
CMYK 0.27 0 0.28 0.42
HSL 117.14º 0.17% 0.5% -
HSV(B) 117.14º 0.28% 0.58% -
XYZ 19.38 25.41 17.52 -
YUV 131.25 113.75 111.42 -
System Red Green Blue C M Y K H S L
Decimal 108 148 106 0.27 0 0.28 0.42 117.14 0.17 0.5
Hex 6C 94 6A 1B 0 1C 2A 75 11 32
Octal 154 224 152 33 0 34 52 165 21 62
Binary 1101100 10010100 1101010 11011 0 11100 101010 1110101 10001 110010

Color Harmonies of #6C946A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C946A

Black with #6C946A

Text Example


Text Example

White with #6C946A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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