#69886E

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

Shades of Laurel #69886E

Tints of Laurel #69886E

Color information

#69886E (or 0x69886E) is unknown color: approx Laurel. HEX triplet: 69, 88 and 6E. RGB value is (105,136,110). Sum of RGB (Red+Green+Blue) = 105+136+110=351 (46% of max value = 765). Red value is 105 (41.41% from 255 or 29.91% from 351); Green value is 136 (53.52% from 255 or 38.75% from 351); Blue value is 110 (43.36% from 255 or 31.34% from 351); Max value from RGB is 136 - color contains mainly: green. Hex color #69886E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #69886E is #967791. Grayscale: #7B7B7B. Windows color (decimal): -9861010 or 7243881. OLE color: 7243881.

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

Color convert

RGB105136110-
CMYK0.2300.190.47
HSL129.68º12.86%47.25%-
HSV(B)129.68º22.79%53.33%-
XYZ17.4421.7418.03-
YUV123.77120.23114.61-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 29.91%
GREEN value IS 136 (53.52% from 255) = 38.75%
BLUE value IS 110 (43.36% from 255) = 31.34%
R=29.91%
G=38.75%
B=31.34%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1051361100.2300.190.47129.6812.8647.25
Hex69886E170132F82d2f
Octal15121015627023572021557
Binary110100110001000110111010111010011101111100000101101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69886E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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