Html Css Color HEX #6FB08B Bay Leaf

📋 copy color: '#6FB08B'

red 111 ◦ green 176 ◦ blue 139

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

Shades of Bay Leaf #6FB08B

Tints of Bay Leaf #6FB08B

RGB

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

 GREEN value IS 176 (69.14% from 255) = 41.31%

 BLUE value IS 139 (54.69% from 255) = 32.63%

R = 26.06%
G = 41.31%
B = 32.63%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.21

 K value IS 0.31

RGB Variations

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

Color information

#6FB08B (or 0x6FB08B) is known color: Bay Leaf. HEX triplet: 6F, B0 and 8B. RGB value is (111,176,139). Sum of RGB (Red+Green+Blue) = 111+176+139=426 (56% of max value = 765). Red value is 111 (43.75% from 255 or 26.06% from 426); Green value is 176 (69.14% from 255 or 41.31% from 426); Blue value is 139 (54.69% from 255 or 32.63% from 426); Max value from RGB is 176 - color contains mainly: green. Hex color #6FB08B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6FB08B is #904F74. Grayscale: #989898. Windows color (decimal): -9457525 or 9154671. OLE color: 9154671.

HSL color Cylindrical-coordinate representation of color #6FB08B: hue angle of 145.85º degrees, saturation: 0.29, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #6FB08B is Cyan = 0.37, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.31.

Color convert

RGB 111 176 139 -
CMYK 0.37 0 0.21 0.31
HSL 145.85º 0.29% 0.56% -
HSV(B) 145.85º 0.37% 0.69% -
XYZ 26.74 36.29 30.02 -
YUV 152.35 120.47 98.51 -
System Red Green Blue C M Y K H S L
Decimal 111 176 139 0.37 0 0.21 0.31 145.85 0.29 0.56
Hex 6F B0 8B 25 0 15 1F 92 1D 38
Octal 157 260 213 45 0 25 37 222 35 70
Binary 1101111 10110000 10001011 100101 0 10101 11111 10010010 11101 111000

Color Harmonies of #6FB08B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6FB08B

Black with #6FB08B

Text Example


Text Example

White with #6FB08B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(111,176,139); }

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

background-color css

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

 a { background-color: rgb(111,176,139); }

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

border-color css

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

 span { border-color: rgb(111,176,139); }

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