Html Css Color HEX #6FC080 Bay Leaf

📋 copy color: '#6FC080'

red 111 ◦ green 192 ◦ blue 128

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

Shades of Bay Leaf #6FC080

Tints of Bay Leaf #6FC080

RGB

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

 GREEN value IS 192 (75.39% from 255) = 44.55%

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

R = 25.75%
G = 44.55%
B = 29.7%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.33

 K value IS 0.25

RGB Variations

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

Color information

#6FC080 (or 0x6FC080) is known color: Bay Leaf. HEX triplet: 6F, C0 and 80. RGB value is (111,192,128). Sum of RGB (Red+Green+Blue) = 111+192+128=431 (57% of max value = 765). Red value is 111 (43.75% from 255 or 25.75% from 431); Green value is 192 (75.39% from 255 or 44.55% from 431); Blue value is 128 (50.39% from 255 or 29.70% from 431); Max value from RGB is 192 - color contains mainly: green. Hex color #6FC080 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6FC080 is #903F7F. Grayscale: #A0A0A0. Windows color (decimal): -9453440 or 8437871. OLE color: 8437871.

HSL color Cylindrical-coordinate representation of color #6FC080: hue angle of 132.59º degrees, saturation: 0.39, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #6FC080 is Cyan = 0.42, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.25.

Color convert

RGB 111 192 128 -
CMYK 0.42 0 0.33 0.25
HSL 132.59º 0.39% 0.59% -
HSV(B) 132.59º 0.42% 0.75% -
XYZ 29.3 42.64 27.11 -
YUV 160.49 109.66 92.7 -
System Red Green Blue C M Y K H S L
Decimal 111 192 128 0.42 0 0.33 0.25 132.59 0.39 0.59
Hex 6F C0 80 2A 0 21 19 85 27 3B
Octal 157 300 200 52 0 41 31 205 47 73
Binary 1101111 11000000 10000000 101010 0 100001 11001 10000101 100111 111011

Color Harmonies of #6FC080

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6FC080

Black with #6FC080

Text Example


Text Example

White with #6FC080

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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