Html Css Color HEX #6BBB80 Bay Leaf

📋 copy color: '#6BBB80'

red 107 ◦ green 187 ◦ blue 128

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

Shades of Bay Leaf #6BBB80

Tints of Bay Leaf #6BBB80

RGB

 RED value IS 107 (42.19% from 255) = 25.36%

 GREEN value IS 187 (73.44% from 255) = 44.31%

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

R = 25.36%
G = 44.31%
B = 30.33%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.32

 K value IS 0.27

RGB Variations

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

Color information

#6BBB80 (or 0x6BBB80) is known color: Bay Leaf. HEX triplet: 6B, BB and 80. RGB value is (107,187,128). Sum of RGB (Red+Green+Blue) = 107+187+128=422 (55% of max value = 765). Red value is 107 (42.19% from 255 or 25.36% from 422); Green value is 187 (73.44% from 255 or 44.31% from 422); Blue value is 128 (50.39% from 255 or 30.33% from 422); Max value from RGB is 187 - color contains mainly: green. Hex color #6BBB80 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6BBB80 is #94447F. Grayscale: #9C9C9C. Windows color (decimal): -9716864 or 8436587. OLE color: 8436587.

HSL color Cylindrical-coordinate representation of color #6BBB80: hue angle of 135.75º degrees, saturation: 0.37, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #6BBB80 is Cyan = 0.43, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.27.

Color convert

RGB 107 187 128 -
CMYK 0.43 0 0.32 0.27
HSL 135.75º 0.37% 0.58% -
HSV(B) 135.75º 0.43% 0.73% -
XYZ 27.73 40.22 26.72 -
YUV 156.35 112 92.8 -
System Red Green Blue C M Y K H S L
Decimal 107 187 128 0.43 0 0.32 0.27 135.75 0.37 0.58
Hex 6B BB 80 2B 0 20 1B 88 25 3A
Octal 153 273 200 53 0 40 33 210 45 72
Binary 1101011 10111011 10000000 101011 0 100000 11011 10001000 100101 111010

Color Harmonies of #6BBB80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6BBB80

Black with #6BBB80

Text Example


Text Example

White with #6BBB80

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(107,187,128); }

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

background-color css

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

 a { background-color: rgb(107,187,128); }

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

border-color css

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

 span { border-color: rgb(107,187,128); }

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