#6FB38A

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

Shades of Bay Leaf #6FB38A

Tints of Bay Leaf #6FB38A

Color information

#6FB38A (or 0x6FB38A) is unknown color: approx Bay Leaf. HEX triplet: 6F, B3 and 8A. RGB value is (111,179,138). Sum of RGB (Red+Green+Blue) = 111+179+138=428 (56% of max value = 765). Red value is 111 (43.75% from 255 or 25.93% from 428); Green value is 179 (70.31% from 255 or 41.82% from 428); Blue value is 138 (54.30% from 255 or 32.24% from 428); Max value from RGB is 179 - color contains mainly: green. Hex color #6FB38A is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6FB38A is #904C75. Grayscale: #9A9A9A. Windows color (decimal): -9456758 or 9089903. OLE color: 9089903.

HSL color Cylindrical-coordinate representation of color #6FB38A: hue angle of 143.82º degrees, saturation: 0.31, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #6FB38A is Cyan = 0.38, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.30.

Color convert

RGB111179138-
CMYK0.3800.230.30
HSL143.82º30.91%56.86%-
HSV(B)143.82º37.99%70.2%-
XYZ27.2637.4529.84-
YUV153.99118.9797.33-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 25.93%
GREEN value IS 179 (70.31% from 255) = 41.82%
BLUE value IS 138 (54.30% from 255) = 32.24%
R=25.93%
G=41.82%
B=32.24%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1111791380.3800.230.30143.8230.9156.86
Hex6FB38A260171E901f39
Octal15726321246027362203771
Binary11011111011001110001010100110010111111101001000011111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6FB38A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6FB38A; }

 p { color: rgb(111,179,138); }

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

<style>
 a { background-color: #6FB38A; }

 a { background-color: rgb(111,179,138); }

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

<style>
 span { border-color: #6FB38A; }

 span { border-color: rgb(111,179,138); }

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