Html Css Color HEX #6FB488 Bay Leaf

📋 copy color: '#6FB488'

red 111 ◦ green 180 ◦ blue 136

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

Shades of Bay Leaf #6FB488

Tints of Bay Leaf #6FB488

RGB

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

 GREEN value IS 180 (70.7% from 255) = 42.15%

 BLUE value IS 136 (53.52% from 255) = 31.85%

R = 26%
G = 42.15%
B = 31.85%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.24

 K value IS 0.29

RGB Variations

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

Color information

#6FB488 (or 0x6FB488) is known color: Bay Leaf. HEX triplet: 6F, B4 and 88. RGB value is (111,180,136). Sum of RGB (Red+Green+Blue) = 111+180+136=427 (56% of max value = 765). Red value is 111 (43.75% from 255 or 26.00% from 427); Green value is 180 (70.70% from 255 or 42.15% from 427); Blue value is 136 (53.52% from 255 or 31.85% from 427); Max value from RGB is 180 - color contains mainly: green. Hex color #6FB488 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6FB488 is #904B77. Grayscale: #9A9A9A. Windows color (decimal): -9456504 or 8959087. OLE color: 8959087.

HSL color Cylindrical-coordinate representation of color #6FB488: hue angle of 141.74º degrees, saturation: 0.32, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #6FB488 is Cyan = 0.38, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.29.

Color convert

RGB 111 180 136 -
CMYK 0.38 0 0.24 0.29
HSL 141.74º 0.32% 0.57% -
HSV(B) 141.74º 0.38% 0.71% -
XYZ 27.32 37.8 29.15 -
YUV 154.35 117.64 97.08 -
System Red Green Blue C M Y K H S L
Decimal 111 180 136 0.38 0 0.24 0.29 141.74 0.32 0.57
Hex 6F B4 88 26 0 18 1D 8E 20 39
Octal 157 264 210 46 0 30 35 216 40 71
Binary 1101111 10110100 10001000 100110 0 11000 11101 10001110 100000 111001

Color Harmonies of #6FB488

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6FB488

Black with #6FB488

Text Example


Text Example

White with #6FB488

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(111,180,136); }

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

background-color css

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

 a { background-color: rgb(111,180,136); }

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

border-color css

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

 span { border-color: rgb(111,180,136); }

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