#6A866D

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

Shades of Laurel #6A866D

Tints of Laurel #6A866D

Color information

#6A866D (or 0x6A866D) is unknown color: approx Laurel. HEX triplet: 6A, 86 and 6D. RGB value is (106,134,109). Sum of RGB (Red+Green+Blue) = 106+134+109=349 (46% of max value = 765). Red value is 106 (41.80% from 255 or 30.37% from 349); Green value is 134 (52.73% from 255 or 38.40% from 349); Blue value is 109 (42.97% from 255 or 31.23% from 349); Max value from RGB is 134 - color contains mainly: green. Hex color #6A866D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6A866D is #957992. Grayscale: #7A7A7A. Windows color (decimal): -9795987 or 7177834. OLE color: 7177834.

HSL color Cylindrical-coordinate representation of color #6A866D: hue angle of 126.43º degrees, saturation: 0.12, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #6A866D is Cyan = 0.21, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.47.

Color convert

RGB106134109-
CMYK0.2100.190.47
HSL126.43º11.67%47.06%-
HSV(B)126.43º20.9%52.55%-
XYZ17.2321.2217.66-
YUV122.78120.22116.03-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 30.37%
GREEN value IS 134 (52.73% from 255) = 38.40%
BLUE value IS 109 (42.97% from 255) = 31.23%
R=30.37%
G=38.40%
B=31.23%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1061341090.2100.190.47126.4311.6747.06
Hex6A866D150132F7ec2f
Octal15220615525023571761457
Binary11010101000011011011011010101001110111111111101100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A866D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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