#69866E

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

Shades of Laurel #69866E

Tints of Laurel #69866E

Color information

#69866E (or 0x69866E) is unknown color: approx Laurel. HEX triplet: 69, 86 and 6E. RGB value is (105,134,110). Sum of RGB (Red+Green+Blue) = 105+134+110=349 (46% of max value = 765). Red value is 105 (41.41% from 255 or 30.09% from 349); Green value is 134 (52.73% from 255 or 38.40% from 349); Blue value is 110 (43.36% from 255 or 31.52% from 349); Max value from RGB is 134 - color contains mainly: green. Hex color #69866E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #69866E is #967991. Grayscale: #7A7A7A. Windows color (decimal): -9861522 or 7243369. OLE color: 7243369.

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

Color convert

RGB105134110-
CMYK0.2200.180.47
HSL130.34º12.13%46.86%-
HSV(B)130.34º21.64%52.55%-
XYZ17.1721.1817.94-
YUV122.59120.89115.45-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 30.09%
GREEN value IS 134 (52.73% from 255) = 38.40%
BLUE value IS 110 (43.36% from 255) = 31.52%
R=30.09%
G=38.40%
B=31.52%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1051341100.2200.180.47130.3412.1346.86
Hex69866E160122F82c2f
Octal15120615626022572021457
Binary110100110000110110111010110010010101111100000101100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69866E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #69866E; }

 p { color: rgb(105,134,110); }

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

<style>
 a { background-color: #69866E; }

 a { background-color: rgb(105,134,110); }

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

<style>
 span { border-color: #69866E; }

 span { border-color: rgb(105,134,110); }

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