#6A906E

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

Shades of Laurel #6A906E

Tints of Laurel #6A906E

Color information

#6A906E (or 0x6A906E) is unknown color: approx Laurel. HEX triplet: 6A, 90 and 6E. RGB value is (106,144,110). Sum of RGB (Red+Green+Blue) = 106+144+110=360 (47% of max value = 765). Red value is 106 (41.80% from 255 or 29.44% from 360); Green value is 144 (56.64% from 255 or 40% from 360); Blue value is 110 (43.36% from 255 or 30.56% from 360); Max value from RGB is 144 - color contains mainly: green. Hex color #6A906E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6A906E is #956F91. Grayscale: #808080. Windows color (decimal): -9793426 or 7245930. OLE color: 7245930.

HSL color Cylindrical-coordinate representation of color #6A906E: hue angle of 126.32º degrees, saturation: 0.15, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #6A906E is Cyan = 0.26, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.44.

Color convert

RGB106144110-
CMYK0.2600.240.44
HSL126.32º15.2%49.02%-
HSV(B)126.32º26.39%56.47%-
XYZ18.7324.1418.42-
YUV128.76117.41111.76-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 29.44%
GREEN value IS 144 (56.64% from 255) = 40%
BLUE value IS 110 (43.36% from 255) = 30.56%
R=29.44%
G=40%
B=30.56%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1061441100.2600.240.44126.3215.249.02
Hex6A906E1A0182C7ef31
Octal15222015632030541761761
Binary11010101001000011011101101001100010110011111101111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A906E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(106,144,110); }

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

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

 a { background-color: rgb(106,144,110); }

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

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

 span { border-color: rgb(106,144,110); }

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