#69AD83

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

Shades of Bay Leaf #69AD83

Tints of Bay Leaf #69AD83

Color information

#69AD83 (or 0x69AD83) is unknown color: approx Bay Leaf. HEX triplet: 69, AD and 83. RGB value is (105,173,131). Sum of RGB (Red+Green+Blue) = 105+173+131=409 (54% of max value = 765). Red value is 105 (41.41% from 255 or 25.67% from 409); Green value is 173 (67.97% from 255 or 42.30% from 409); Blue value is 131 (51.56% from 255 or 32.03% from 409); Max value from RGB is 173 - color contains mainly: green. Hex color #69AD83 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #69AD83 is #96527C. Grayscale: #939393. Windows color (decimal): -9851517 or 8629609. OLE color: 8629609.

HSL color Cylindrical-coordinate representation of color #69AD83: hue angle of 142.94º degrees, saturation: 0.29, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #69AD83 is Cyan = 0.39, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.32.

Color convert

RGB105173131-
CMYK0.3900.240.32
HSL142.94º29.31%54.51%-
HSV(B)142.94º39.31%67.84%-
XYZ24.8734.5326.83-
YUV147.88118.4797.42-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 25.67%
GREEN value IS 173 (67.97% from 255) = 42.30%
BLUE value IS 131 (51.56% from 255) = 32.03%
R=25.67%
G=42.30%
B=32.03%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1051731310.3900.240.32142.9429.3154.51
Hex69AD8327018208f1d37
Octal15125520347030402173567
Binary110100110101101100000111001110110001000001000111111101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69AD83

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(105,173,131); }

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

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

 a { background-color: rgb(105,173,131); }

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

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

 span { border-color: rgb(105,173,131); }

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