#6A8C6F

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

Shades of Laurel #6A8C6F

Tints of Laurel #6A8C6F

Color information

#6A8C6F (or 0x6A8C6F) is unknown color: approx Laurel. HEX triplet: 6A, 8C and 6F. RGB value is (106,140,111). Sum of RGB (Red+Green+Blue) = 106+140+111=357 (47% of max value = 765). Red value is 106 (41.80% from 255 or 29.69% from 357); Green value is 140 (55.08% from 255 or 39.22% from 357); Blue value is 111 (43.75% from 255 or 31.09% from 357); Max value from RGB is 140 - color contains mainly: green. Hex color #6A8C6F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6A8C6F is #957390. Grayscale: #7E7E7E. Windows color (decimal): -9794449 or 7310442. OLE color: 7310442.

HSL color Cylindrical-coordinate representation of color #6A8C6F: hue angle of 128.82º degrees, saturation: 0.14, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #6A8C6F is Cyan = 0.24, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.45.

Color convert

RGB106140111-
CMYK0.2400.210.45
HSL128.82º13.82%48.24%-
HSV(B)128.82º24.29%54.9%-
XYZ18.1922.9718.51-
YUV126.53119.24113.36-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 29.69%
GREEN value IS 140 (55.08% from 255) = 39.22%
BLUE value IS 111 (43.75% from 255) = 31.09%
R=29.69%
G=39.22%
B=31.09%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1061401110.2400.210.45128.8213.8248.24
Hex6A8C6F180152D81e30
Octal15221415730025552011660
Binary110101010001100110111111000010101101101100000011110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A8C6F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(106,140,111); }

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

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

 a { background-color: rgb(106,140,111); }

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

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

 span { border-color: rgb(106,140,111); }

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