Html Css Color HEX #6FB18A Bay Leaf

📋 copy color: '#6FB18A'

red 111 ◦ green 177 ◦ blue 138

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

Shades of Bay Leaf #6FB18A

Tints of Bay Leaf #6FB18A

RGB

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

 GREEN value IS 177 (69.53% from 255) = 41.55%

 BLUE value IS 138 (54.3% from 255) = 32.39%

R = 26.06%
G = 41.55%
B = 32.39%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.22

 K value IS 0.31

RGB Variations

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

Color information

#6FB18A (or 0x6FB18A) is known color: Bay Leaf. HEX triplet: 6F, B1 and 8A. RGB value is (111,177,138). Sum of RGB (Red+Green+Blue) = 111+177+138=426 (56% of max value = 765). Red value is 111 (43.75% from 255 or 26.06% from 426); Green value is 177 (69.53% from 255 or 41.55% from 426); Blue value is 138 (54.30% from 255 or 32.39% from 426); Max value from RGB is 177 - color contains mainly: green. Hex color #6FB18A is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6FB18A is #904E75. Grayscale: #989898. Windows color (decimal): -9457270 or 9089391. OLE color: 9089391.

HSL color Cylindrical-coordinate representation of color #6FB18A: hue angle of 144.55º degrees, saturation: 0.3, 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 #6FB18A is Cyan = 0.37, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.31.

Color convert

RGB 111 177 138 -
CMYK 0.37 0 0.22 0.31
HSL 144.55º 0.3% 0.56% -
HSV(B) 144.55º 0.37% 0.69% -
XYZ 26.87 36.66 29.7 -
YUV 152.82 119.63 98.17 -
System Red Green Blue C M Y K H S L
Decimal 111 177 138 0.37 0 0.22 0.31 144.55 0.3 0.56
Hex 6F B1 8A 25 0 16 1F 91 1E 38
Octal 157 261 212 45 0 26 37 221 36 70
Binary 1101111 10110001 10001010 100101 0 10110 11111 10010001 11110 111000

Color Harmonies of #6FB18A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6FB18A

Black with #6FB18A

Text Example


Text Example

White with #6FB18A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(111,177,138); }

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

background-color css

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

 a { background-color: rgb(111,177,138); }

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

border-color css

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

 span { border-color: rgb(111,177,138); }

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