#69A884

Color #69A884 Bay Leaf (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Bay Leaf #69A884

Tints of Bay Leaf #69A884

Color information

#69A884 (or 0x69A884) is unknown color: approx Bay Leaf. HEX triplet: 69, A8 and 84. RGB value is (105,168,132). Sum of RGB (Red+Green+Blue) = 105+168+132=405 (53% of max value = 765). Red value is 105 (41.41% from 255 or 25.93% from 405); Green value is 168 (66.02% from 255 or 41.48% from 405); Blue value is 132 (51.95% from 255 or 32.59% from 405); Max value from RGB is 168 - color contains mainly: green. Hex color #69A884 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #69A884 is #96577B. Grayscale: #919191. Windows color (decimal): -9852796 or 8693865. OLE color: 8693865.

HSL color Cylindrical-coordinate representation of color #69A884: hue angle of 145.71º degrees, saturation: 0.27, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #69A884 is Cyan = 0.38, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.34.

Color convert

RGB105168132-
CMYK0.3800.210.34
HSL145.71º26.58%53.53%-
HSV(B)145.71º37.5%65.88%-
XYZ23.9932.6726.87-
YUV145.06120.6399.43-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 25.93%
GREEN value IS 168 (66.02% from 255) = 41.48%
BLUE value IS 132 (51.95% from 255) = 32.59%
R=25.93%
G=41.48%
B=32.59%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1051681320.3800.210.34145.7126.5853.53
Hex69A8842601522921b36
Octal15125020446025422223366
Binary110100110101000100001001001100101011000101001001011011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69A884

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #69A884; }

 p { color: rgb(105,168,132); }

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

<style>
 a { background-color: #69A884; }

 a { background-color: rgb(105,168,132); }

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

<style>
 span { border-color: #69A884; }

 span { border-color: rgb(105,168,132); }

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