Html Css Color HEX #6FB38B Bay Leaf

📋 copy color: '#6FB38B'

red 111 ◦ green 179 ◦ blue 139

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

Shades of Bay Leaf #6FB38B

Tints of Bay Leaf #6FB38B

RGB

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

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

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

R = 25.87%
G = 41.72%
B = 32.4%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.22

 K value IS 0.30

RGB Variations

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

Color information

#6FB38B (or 0x6FB38B) is known color: Bay Leaf. HEX triplet: 6F, B3 and 8B. RGB value is (111,179,139). Sum of RGB (Red+Green+Blue) = 111+179+139=429 (56% of max value = 765). Red value is 111 (43.75% from 255 or 25.87% from 429); Green value is 179 (70.31% from 255 or 41.72% from 429); Blue value is 139 (54.69% from 255 or 32.40% from 429); Max value from RGB is 179 - color contains mainly: green. Hex color #6FB38B is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6FB38B is #904C74. Grayscale: #9A9A9A. Windows color (decimal): -9456757 or 9155439. OLE color: 9155439.

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

Color convert

RGB 111 179 139 -
CMYK 0.38 0 0.22 0.30
HSL 144.71º 0.31% 0.57% -
HSV(B) 144.71º 0.38% 0.7% -
XYZ 27.34 37.48 30.22 -
YUV 154.11 119.47 97.25 -
System Red Green Blue C M Y K H S L
Decimal 111 179 139 0.38 0 0.22 0.30 144.71 0.31 0.57
Hex 6F B3 8B 26 0 16 1E 91 1F 39
Octal 157 263 213 46 0 26 36 221 37 71
Binary 1101111 10110011 10001011 100110 0 10110 11110 10010001 11111 111001

Color Harmonies of #6FB38B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6FB38B

Black with #6FB38B

Text Example


Text Example

White with #6FB38B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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