#69B27F

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

Shades of Bay Leaf #69B27F

Tints of Bay Leaf #69B27F

Color information

#69B27F (or 0x69B27F) is unknown color: approx Bay Leaf. HEX triplet: 69, B2 and 7F. RGB value is (105,178,127). Sum of RGB (Red+Green+Blue) = 105+178+127=410 (54% of max value = 765). Red value is 105 (41.41% from 255 or 25.61% from 410); Green value is 178 (69.92% from 255 or 43.41% from 410); Blue value is 127 (50% from 255 or 30.98% from 410); Max value from RGB is 178 - color contains mainly: green. Hex color #69B27F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #69B27F is #964D80. Grayscale: #969696. Windows color (decimal): -9850241 or 8368745. OLE color: 8368745.

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

Color convert

RGB105178127-
CMYK0.4100.290.30
HSL138.08º32.16%55.49%-
HSV(B)138.08º41.01%69.8%-
XYZ25.5836.3825.75-
YUV150.36114.8295.65-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 25.61%
GREEN value IS 178 (69.92% from 255) = 43.41%
BLUE value IS 127 (50% from 255) = 30.98%
R=25.61%
G=43.41%
B=30.98%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1051781270.4100.290.30138.0832.1655.49
Hex69B27F2901D1E8a2037
Octal15126217751035362124067
Binary11010011011001011111111010010111011111010001010100000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69B27F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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