#69B07F

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

Shades of Bay Leaf #69B07F

Tints of Bay Leaf #69B07F

Color information

#69B07F (or 0x69B07F) is unknown color: approx Bay Leaf. HEX triplet: 69, B0 and 7F. RGB value is (105,176,127). Sum of RGB (Red+Green+Blue) = 105+176+127=408 (54% of max value = 765). Red value is 105 (41.41% from 255 or 25.74% from 408); Green value is 176 (69.14% from 255 or 43.14% from 408); Blue value is 127 (50% from 255 or 31.13% from 408); Max value from RGB is 176 - color contains mainly: green. Hex color #69B07F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #69B07F is #964F80. Grayscale: #959595. Windows color (decimal): -9850753 or 8368233. OLE color: 8368233.

HSL color Cylindrical-coordinate representation of color #69B07F: hue angle of 138.59º degrees, saturation: 0.31, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #69B07F is Cyan = 0.40, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.31.

Color convert

RGB105176127-
CMYK0.4000.280.31
HSL138.59º31%55.1%-
HSV(B)138.59º40.34%69.02%-
XYZ25.1835.5925.62-
YUV149.18115.4896.48-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 25.74%
GREEN value IS 176 (69.14% from 255) = 43.14%
BLUE value IS 127 (50% from 255) = 31.13%
R=25.74%
G=43.14%
B=31.13%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1051761270.4000.280.31138.593155.1
Hex69B07F2801C1F8b1f37
Octal15126017750034372133767
Binary1101001101100001111111101000011100111111000101111111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69B07F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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