Html Css Color HEX #6FBC86 Bay Leaf

📋 copy color: '#6FBC86'

red 111 ◦ green 188 ◦ blue 134

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

Shades of Bay Leaf #6FBC86

Tints of Bay Leaf #6FBC86

RGB

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

 GREEN value IS 188 (73.83% from 255) = 43.42%

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

R = 25.64%
G = 43.42%
B = 30.95%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.29

 K value IS 0.26

RGB Variations

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

Color information

#6FBC86 (or 0x6FBC86) is known color: Bay Leaf. HEX triplet: 6F, BC and 86. RGB value is (111,188,134). Sum of RGB (Red+Green+Blue) = 111+188+134=433 (57% of max value = 765). Red value is 111 (43.75% from 255 or 25.64% from 433); Green value is 188 (73.83% from 255 or 43.42% from 433); Blue value is 134 (52.73% from 255 or 30.95% from 433); Max value from RGB is 188 - color contains mainly: green. Hex color #6FBC86 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6FBC86 is #904379. Grayscale: #9E9E9E. Windows color (decimal): -9454458 or 8830063. OLE color: 8830063.

HSL color Cylindrical-coordinate representation of color #6FBC86: hue angle of 137.92º degrees, saturation: 0.36, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #6FBC86 is Cyan = 0.41, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.26.

Color convert

RGB 111 188 134 -
CMYK 0.41 0 0.29 0.26
HSL 137.92º 0.36% 0.59% -
HSV(B) 137.92º 0.41% 0.74% -
XYZ 28.84 41.07 28.96 -
YUV 158.82 113.99 93.89 -
System Red Green Blue C M Y K H S L
Decimal 111 188 134 0.41 0 0.29 0.26 137.92 0.36 0.59
Hex 6F BC 86 29 0 1D 1A 8A 24 3B
Octal 157 274 206 51 0 35 32 212 44 73
Binary 1101111 10111100 10000110 101001 0 11101 11010 10001010 100100 111011

Color Harmonies of #6FBC86

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6FBC86

Black with #6FBC86

Text Example


Text Example

White with #6FBC86

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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