Html Css Color HEX #6FB386 Bay Leaf

📋 copy color: '#6FB386'

red 111 ◦ green 179 ◦ blue 134

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

Shades of Bay Leaf #6FB386

Tints of Bay Leaf #6FB386

RGB

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

 GREEN value IS 179 (70.31% from 255) = 42.22%

 BLUE value IS 134 (52.73% from 255) = 31.6%

R = 26.18%
G = 42.22%
B = 31.6%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.25

 K value IS 0.30

RGB Variations

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

Color information

#6FB386 (or 0x6FB386) is known color: Bay Leaf. HEX triplet: 6F, B3 and 86. RGB value is (111,179,134). Sum of RGB (Red+Green+Blue) = 111+179+134=424 (56% of max value = 765). Red value is 111 (43.75% from 255 or 26.18% from 424); Green value is 179 (70.31% from 255 or 42.22% from 424); Blue value is 134 (52.73% from 255 or 31.60% from 424); Max value from RGB is 179 - color contains mainly: green. Hex color #6FB386 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6FB386 is #904C79. Grayscale: #999999. Windows color (decimal): -9456762 or 8827759. OLE color: 8827759.

HSL color Cylindrical-coordinate representation of color #6FB386: hue angle of 140.29º 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 #6FB386 is Cyan = 0.38, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.30.

Color convert

RGB 111 179 134 -
CMYK 0.38 0 0.25 0.30
HSL 140.29º 0.31% 0.57% -
HSV(B) 140.29º 0.38% 0.7% -
XYZ 26.98 37.34 28.34 -
YUV 153.54 116.97 97.66 -
System Red Green Blue C M Y K H S L
Decimal 111 179 134 0.38 0 0.25 0.30 140.29 0.31 0.57
Hex 6F B3 86 26 0 19 1E 8C 1F 39
Octal 157 263 206 46 0 31 36 214 37 71
Binary 1101111 10110011 10000110 100110 0 11001 11110 10001100 11111 111001

Color Harmonies of #6FB386

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6FB386

Black with #6FB386

Text Example


Text Example

White with #6FB386

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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