#69866F

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

Shades of Laurel #69866F

Tints of Laurel #69866F

Color information

#69866F (or 0x69866F) is unknown color: approx Laurel. HEX triplet: 69, 86 and 6F. RGB value is (105,134,111). Sum of RGB (Red+Green+Blue) = 105+134+111=350 (46% of max value = 765). Red value is 105 (41.41% from 255 or 30% from 350); Green value is 134 (52.73% from 255 or 38.29% from 350); Blue value is 111 (43.75% from 255 or 31.71% from 350); Max value from RGB is 134 - color contains mainly: green. Hex color #69866F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #69866F is #967990. Grayscale: #7A7A7A. Windows color (decimal): -9861521 or 7308905. OLE color: 7308905.

HSL color Cylindrical-coordinate representation of color #69866F: hue angle of 132.41º 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 #69866F is Cyan = 0.22, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.47.

Color convert

RGB105134111-
CMYK0.2200.170.47
HSL132.41º12.13%46.86%-
HSV(B)132.41º21.64%52.55%-
XYZ17.2221.218.22-
YUV122.71121.39115.37-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 30%
GREEN value IS 134 (52.73% from 255) = 38.29%
BLUE value IS 111 (43.75% from 255) = 31.71%
R=30%
G=38.29%
B=31.71%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1051341110.2200.170.47132.4112.1346.86
Hex69866F160112F84c2f
Octal15120615726021572041457
Binary110100110000110110111110110010001101111100001001100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69866F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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