#6A9367

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

Shades of Laurel #6A9367

Tints of Laurel #6A9367

Color information

#6A9367 (or 0x6A9367) is unknown color: approx Laurel. HEX triplet: 6A, 93 and 67. RGB value is (106,147,103). Sum of RGB (Red+Green+Blue) = 106+147+103=356 (47% of max value = 765). Red value is 106 (41.80% from 255 or 29.78% from 356); Green value is 147 (57.81% from 255 or 41.29% from 356); Blue value is 103 (40.62% from 255 or 28.93% from 356); Max value from RGB is 147 - color contains mainly: green. Hex color #6A9367 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6A9367 is #956C98. Grayscale: #818181. Windows color (decimal): -9792665 or 6787946. OLE color: 6787946.

HSL color Cylindrical-coordinate representation of color #6A9367: hue angle of 115.91º degrees, saturation: 0.18, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #6A9367 is Cyan = 0.28, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.42.

Color convert

RGB106147103-
CMYK0.2800.300.42
HSL115.91º17.6%49.02%-
HSV(B)115.91º29.93%57.65%-
XYZ18.8324.9116.65-
YUV129.72112.92111.08-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 29.78%
GREEN value IS 147 (57.81% from 255) = 41.29%
BLUE value IS 103 (40.62% from 255) = 28.93%
R=29.78%
G=41.29%
B=28.93%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1061471030.2800.300.42115.9117.649.02
Hex6A93671C01E2A741231
Octal15222314734036521642261
Binary110101010010011110011111100011110101010111010010010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A9367

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(106,147,103); }

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

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

 a { background-color: rgb(106,147,103); }

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

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

 span { border-color: rgb(106,147,103); }

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