#6A8E6D

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

Shades of Laurel #6A8E6D

Tints of Laurel #6A8E6D

Color information

#6A8E6D (or 0x6A8E6D) is unknown color: approx Laurel. HEX triplet: 6A, 8E and 6D. RGB value is (106,142,109). Sum of RGB (Red+Green+Blue) = 106+142+109=357 (47% of max value = 765). Red value is 106 (41.80% from 255 or 29.69% from 357); Green value is 142 (55.86% from 255 or 39.78% from 357); Blue value is 109 (42.97% from 255 or 30.53% from 357); Max value from RGB is 142 - color contains mainly: green. Hex color #6A8E6D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6A8E6D is #957192. Grayscale: #7F7F7F. Windows color (decimal): -9793939 or 7179882. OLE color: 7179882.

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

Color convert

RGB106142109-
CMYK0.2500.230.44
HSL125º14.52%48.63%-
HSV(B)125º25.35%55.69%-
XYZ18.3823.5118.04-
YUV127.47117.57112.68-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 29.69%
GREEN value IS 142 (55.86% from 255) = 39.78%
BLUE value IS 109 (42.97% from 255) = 30.53%
R=29.69%
G=39.78%
B=30.53%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1061421090.2500.230.4412514.5248.63
Hex6A8E6D190172C7df31
Octal15221615531027541751761
Binary11010101000111011011011100101011110110011111011111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A8E6D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(106,142,109); }

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

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

 a { background-color: rgb(106,142,109); }

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

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

 span { border-color: rgb(106,142,109); }

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