Html Css Color HEX #6FC180 Bay Leaf

📋 copy color: '#6FC180'

red 111 ◦ green 193 ◦ blue 128

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

Shades of Bay Leaf #6FC180

Tints of Bay Leaf #6FC180

RGB

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

 GREEN value IS 193 (75.78% from 255) = 44.68%

 BLUE value IS 128 (50.39% from 255) = 29.63%

R = 25.69%
G = 44.68%
B = 29.63%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.34

 K value IS 0.24

RGB Variations

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

Color information

#6FC180 (or 0x6FC180) is known color: Bay Leaf. HEX triplet: 6F, C1 and 80. RGB value is (111,193,128). Sum of RGB (Red+Green+Blue) = 111+193+128=432 (57% of max value = 765). Red value is 111 (43.75% from 255 or 25.69% from 432); Green value is 193 (75.78% from 255 or 44.68% from 432); Blue value is 128 (50.39% from 255 or 29.63% from 432); Max value from RGB is 193 - color contains mainly: green. Hex color #6FC180 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6FC180 is #903E7F. Grayscale: #A1A1A1. Windows color (decimal): -9453184 or 8438127. OLE color: 8438127.

HSL color Cylindrical-coordinate representation of color #6FC180: hue angle of 132.44º degrees, saturation: 0.4, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #6FC180 is Cyan = 0.42, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.24.

Color convert

RGB 111 193 128 -
CMYK 0.42 0 0.34 0.24
HSL 132.44º 0.4% 0.6% -
HSV(B) 132.44º 0.42% 0.76% -
XYZ 29.52 43.08 27.18 -
YUV 161.07 109.33 92.29 -
System Red Green Blue C M Y K H S L
Decimal 111 193 128 0.42 0 0.34 0.24 132.44 0.4 0.6
Hex 6F C1 80 2A 0 22 18 84 28 3C
Octal 157 301 200 52 0 42 30 204 50 74
Binary 1101111 11000001 10000000 101010 0 100010 11000 10000100 101000 111100

Color Harmonies of #6FC180

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6FC180

Black with #6FC180

Text Example


Text Example

White with #6FC180

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(111,193,128); }

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

background-color css

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

 a { background-color: rgb(111,193,128); }

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

border-color css

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

 span { border-color: rgb(111,193,128); }

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