Html Css Color HEX #69B580 Bay Leaf

📋 copy color: '#69B580'

red 105 ◦ green 181 ◦ blue 128

#69B580
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Bay Leaf #69B580

Tints of Bay Leaf #69B580

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 value IS 0.42

 M value IS 0

 Y value IS 0.29

 K value IS 0.29

RGB Variations

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

Color information

#69B580 (or 0x69B580) is known color: 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

RGB 105 181 128 -
CMYK 0.42 0 0.29 0.29
HSL 138.16º 0.34% 0.56% -
HSV(B) 138.16º 0.42% 0.71% -
XYZ 26.25 37.61 26.3 -
YUV 152.23 114.32 94.31 -
System Red Green Blue C M Y K H S L
Decimal 105 181 128 0.42 0 0.29 0.29 138.16 0.34 0.56
Hex 69 B5 80 2A 0 1D 1D 8A 22 38
Octal 151 265 200 52 0 35 35 212 42 70
Binary 1101001 10110101 10000000 101010 0 11101 11101 10001010 100010 111000

Color Harmonies of #69B580

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #69B580

Black with #69B580

Text Example


Text Example

White with #69B580

Text Example


Text Example

HTML Codes & Css Web 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>