#6F7E70

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

Shades of Laurel #6F7E70

Tints of Laurel #6F7E70

Color information

#6F7E70 (or 0x6F7E70) is unknown color: approx Laurel. HEX triplet: 6F, 7E and 70. RGB value is (111,126,112). Sum of RGB (Red+Green+Blue) = 111+126+112=349 (46% of max value = 765). Red value is 111 (43.75% from 255 or 31.81% from 349); Green value is 126 (49.61% from 255 or 36.10% from 349); Blue value is 112 (44.14% from 255 or 32.09% from 349); Max value from RGB is 126 - color contains mainly: green. Hex color #6F7E70 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6F7E70 is #90818F. Grayscale: #777777. Windows color (decimal): -9470352 or 7372399. OLE color: 7372399.

HSL color Cylindrical-coordinate representation of color #6F7E70: hue angle of 124º degrees, saturation: 0.06, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #6F7E70 is Cyan = 0.12, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.51.

Color convert

RGB111126112-
CMYK0.1200.110.51
HSL124º6.33%46.47%-
HSV(B)124º11.9%49.41%-
XYZ16.9419.4718.19-
YUV119.92123.53121.64-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 31.81%
GREEN value IS 126 (49.61% from 255) = 36.10%
BLUE value IS 112 (44.14% from 255) = 32.09%
R=31.81%
G=36.10%
B=32.09%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal1111261120.1200.110.511246.3346.47
Hex6F7E70C0B337c62e
Octal1571761601401363174656
Binary1101111111111011100001100010111100111111100110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F7E70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(111,126,112); }

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

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

 a { background-color: rgb(111,126,112); }

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

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

 span { border-color: rgb(111,126,112); }

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