Html Css Color HEX #6FBA88 Bay Leaf

📋 copy color: '#6FBA88'

red 111 ◦ green 186 ◦ blue 136

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

Shades of Bay Leaf #6FBA88

Tints of Bay Leaf #6FBA88

RGB

 RED value IS 111 (43.75% from 255) = 25.64%

 GREEN value IS 186 (73.05% from 255) = 42.96%

 BLUE value IS 136 (53.52% from 255) = 31.41%

R = 25.64%
G = 42.96%
B = 31.41%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.27

 K value IS 0.27

RGB Variations

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

Color information

#6FBA88 (or 0x6FBA88) is known color: Bay Leaf. HEX triplet: 6F, BA and 88. RGB value is (111,186,136). Sum of RGB (Red+Green+Blue) = 111+186+136=433 (57% of max value = 765). Red value is 111 (43.75% from 255 or 25.64% from 433); Green value is 186 (73.05% from 255 or 42.96% from 433); Blue value is 136 (53.52% from 255 or 31.41% from 433); Max value from RGB is 186 - color contains mainly: green. Hex color #6FBA88 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6FBA88 is #904577. Grayscale: #9E9E9E. Windows color (decimal): -9454968 or 8960623. OLE color: 8960623.

HSL color Cylindrical-coordinate representation of color #6FBA88: hue angle of 140º degrees, saturation: 0.35, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #6FBA88 is Cyan = 0.40, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.27.

Color convert

RGB 111 186 136 -
CMYK 0.40 0 0.27 0.27
HSL 140º 0.35% 0.58% -
HSV(B) 140º 0.4% 0.73% -
XYZ 28.56 40.27 29.56 -
YUV 157.88 115.65 94.57 -
System Red Green Blue C M Y K H S L
Decimal 111 186 136 0.40 0 0.27 0.27 140 0.35 0.58
Hex 6F BA 88 28 0 1B 1B 8C 23 3A
Octal 157 272 210 50 0 33 33 214 43 72
Binary 1101111 10111010 10001000 101000 0 11011 11011 10001100 100011 111010

Color Harmonies of #6FBA88

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6FBA88

Black with #6FBA88

Text Example


Text Example

White with #6FBA88

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(111,186,136); }

 H1.HeaderClassName
 {
   color: #6FBA88;
 }
 .AnyTagClassName
 {
   color: #6FBA88;
 }
</style>

background-color css

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

 a { background-color: rgb(111,186,136); }

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

border-color css

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

 span { border-color: rgb(111,186,136); }

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