#69B580

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

Shades of Bay Leaf #69B580

Tints of Bay Leaf #69B580

Color information

#69B580 (or 0x69B580) is unknown color: approx Bay Leaf. HEX triplet: 69, B5 and 80. RGB value is (105,181,128). Sum of RGB (Red+Green+Blue) = 105+181+128=414 (54% of max value = 765). Red value is 105 (41.41% from 255 or 25.36% from 414); Green value is 181 (71.09% from 255 or 43.72% from 414); Blue value is 128 (50.39% from 255 or 30.92% from 414); Max value from RGB is 181 - color contains mainly: green. Hex color #69B580 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #69B580 is #964A7F. Grayscale: #989898. Windows color (decimal): -9849472 or 8435049. OLE color: 8435049.

HSL color Cylindrical-coordinate representation of color #69B580: hue angle of 138.16º degrees, saturation: 0.34, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #69B580 is Cyan = 0.42, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.29.

Color convert

RGB105181128-
CMYK0.4200.290.29
HSL138.16º33.93%56.08%-
HSV(B)138.16º41.99%70.98%-
XYZ26.2537.6126.3-
YUV152.23114.3294.31-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 25.36%
GREEN value IS 181 (71.09% from 255) = 43.72%
BLUE value IS 128 (50.39% from 255) = 30.92%
R=25.36%
G=43.72%
B=30.92%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1051811280.4200.290.29138.1633.9356.08
Hex69B5802A01D1D8a2238
Octal15126520052035352124270
Binary110100110110101100000001010100111011110110001010100010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69B580

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(105,181,128); }

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

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

 a { background-color: rgb(105,181,128); }

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

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

 span { border-color: rgb(105,181,128); }

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