#6A946C

Color #6A946C Laurel (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Laurel #6A946C

Tints of Laurel #6A946C

Color information

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

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

Color convert

RGB106148108-
CMYK0.2800.270.42
HSL122.86º16.54%49.8%-
HSV(B)122.86º28.38%58.04%-
XYZ19.2425.3318.06-
YUV130.88115.09110.25-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 29.28%
GREEN value IS 148 (58.20% from 255) = 40.88%
BLUE value IS 108 (42.58% from 255) = 29.83%
R=29.28%
G=40.88%
B=29.83%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1061481080.2800.270.42122.8616.5449.8
Hex6A946C1C01B2A7b1132
Octal15222415434033521732162
Binary110101010010100110110011100011011101010111101110001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A946C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #6A946C;
 }
 .AnyTagClassName
 {
   color: #6A946C;
 }
</style>
background-color css

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

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

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

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

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

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