Html Css Color HEX #6FBA7F Bay Leaf

📋 copy color: '#6FBA7F'

red 111 ◦ green 186 ◦ blue 127

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

Shades of Bay Leaf #6FBA7F

Tints of Bay Leaf #6FBA7F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 29.95%

R = 26.18%
G = 43.87%
B = 29.95%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.32

 K value IS 0.27

RGB Variations

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

Color information

#6FBA7F (or 0x6FBA7F) is known color: Bay Leaf. HEX triplet: 6F, BA and 7F. RGB value is (111,186,127). Sum of RGB (Red+Green+Blue) = 111+186+127=424 (56% of max value = 765). Red value is 111 (43.75% from 255 or 26.18% from 424); Green value is 186 (73.05% from 255 or 43.87% from 424); Blue value is 127 (50% from 255 or 29.95% from 424); Max value from RGB is 186 - color contains mainly: green. Hex color #6FBA7F is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #6FBA7F is #904580. Grayscale: #9D9D9D. Windows color (decimal): -9454977 or 8370799. OLE color: 8370799.

HSL color Cylindrical-coordinate representation of color #6FBA7F: hue angle of 132.8º 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 #6FBA7F is Cyan = 0.40, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.27.

Color convert

RGB 111 186 127 -
CMYK 0.40 0 0.32 0.27
HSL 132.8º 0.35% 0.58% -
HSV(B) 132.8º 0.4% 0.73% -
XYZ 27.95 40.03 26.33 -
YUV 156.85 111.15 95.3 -
System Red Green Blue C M Y K H S L
Decimal 111 186 127 0.40 0 0.32 0.27 132.8 0.35 0.58
Hex 6F BA 7F 28 0 20 1B 85 23 3A
Octal 157 272 177 50 0 40 33 205 43 72
Binary 1101111 10111010 1111111 101000 0 100000 11011 10000101 100011 111010

Color Harmonies of #6FBA7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6FBA7F

Black with #6FBA7F

Text Example


Text Example

White with #6FBA7F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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