#6A9970

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

Shades of Laurel #6A9970

Tints of Laurel #6A9970

Color information

#6A9970 (or 0x6A9970) is unknown color: approx Laurel. HEX triplet: 6A, 99 and 70. RGB value is (106,153,112). Sum of RGB (Red+Green+Blue) = 106+153+112=371 (49% of max value = 765). Red value is 106 (41.80% from 255 or 28.57% from 371); Green value is 153 (60.16% from 255 or 41.24% from 371); Blue value is 112 (44.14% from 255 or 30.19% from 371); Max value from RGB is 153 - color contains mainly: green. Hex color #6A9970 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6A9970 is #95668F. Grayscale: #868686. Windows color (decimal): -9791120 or 7379306. OLE color: 7379306.

HSL color Cylindrical-coordinate representation of color #6A9970: hue angle of 127.66º degrees, saturation: 0.19, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #6A9970 is Cyan = 0.31, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.4.

Color convert

RGB106153112-
CMYK0.3100.270.4
HSL127.66º18.73%50.78%-
HSV(B)127.66º30.72%60%-
XYZ20.2627.0219.48-
YUV134.27115.43107.83-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 28.57%
GREEN value IS 153 (60.16% from 255) = 41.24%
BLUE value IS 112 (44.14% from 255) = 30.19%
R=28.57%
G=41.24%
B=30.19%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1061531120.3100.270.4127.6618.7350.78
Hex6A99701F01B28801333
Octal15223116037033502002363
Binary1101010100110011110000111110110111010001000000010011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A9970

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(106,153,112); }

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

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

 a { background-color: rgb(106,153,112); }

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

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

 span { border-color: rgb(106,153,112); }

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