#69B77F

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

Shades of Bay Leaf #69B77F

Tints of Bay Leaf #69B77F

Color information

#69B77F (or 0x69B77F) is unknown color: approx Bay Leaf. HEX triplet: 69, B7 and 7F. RGB value is (105,183,127). Sum of RGB (Red+Green+Blue) = 105+183+127=415 (54% of max value = 765). Red value is 105 (41.41% from 255 or 25.30% from 415); Green value is 183 (71.88% from 255 or 44.10% from 415); Blue value is 127 (50% from 255 or 30.60% from 415); Max value from RGB is 183 - color contains mainly: green. Hex color #69B77F is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #69B77F is #964880. Grayscale: #999999. Windows color (decimal): -9848961 or 8370025. OLE color: 8370025.

HSL color Cylindrical-coordinate representation of color #69B77F: hue angle of 136.92º degrees, saturation: 0.35, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #69B77F is Cyan = 0.43, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.28.

Color convert

RGB105183127-
CMYK0.4300.310.28
HSL136.92º35.14%56.47%-
HSV(B)136.92º42.62%71.76%-
XYZ26.5938.426.09-
YUV153.29113.1693.55-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 25.30%
GREEN value IS 183 (71.88% from 255) = 44.10%
BLUE value IS 127 (50% from 255) = 30.60%
R=25.30%
G=44.10%
B=30.60%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1051831270.4300.310.28136.9235.1456.47
Hex69B77F2B01F1C892338
Octal15126717753037342114370
Binary11010011011011111111111010110111111110010001001100011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69B77F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(105,183,127); }

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

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

 a { background-color: rgb(105,183,127); }

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

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

 span { border-color: rgb(105,183,127); }

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