Html Css Color HEX #6CB586 Bay Leaf

📋 copy color: '#6CB586'

red 108 ◦ green 181 ◦ blue 134

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

Shades of Bay Leaf #6CB586

Tints of Bay Leaf #6CB586

RGB

 RED value IS 108 (42.58% from 255) = 25.53%

 GREEN value IS 181 (71.09% from 255) = 42.79%

 BLUE value IS 134 (52.73% from 255) = 31.68%

R = 25.53%
G = 42.79%
B = 31.68%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.26

 K value IS 0.29

RGB Variations

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

Color information

#6CB586 (or 0x6CB586) is known color: Bay Leaf. HEX triplet: 6C, B5 and 86. RGB value is (108,181,134). Sum of RGB (Red+Green+Blue) = 108+181+134=423 (56% of max value = 765). Red value is 108 (42.58% from 255 or 25.53% from 423); Green value is 181 (71.09% from 255 or 42.79% from 423); Blue value is 134 (52.73% from 255 or 31.68% from 423); Max value from RGB is 181 - color contains mainly: green. Hex color #6CB586 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6CB586 is #934A79. Grayscale: #999999. Windows color (decimal): -9652858 or 8828268. OLE color: 8828268.

HSL color Cylindrical-coordinate representation of color #6CB586: hue angle of 141.37º degrees, saturation: 0.33, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #6CB586 is Cyan = 0.40, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.29.

Color convert

RGB 108 181 134 -
CMYK 0.40 0 0.26 0.29
HSL 141.37º 0.33% 0.57% -
HSV(B) 141.37º 0.4% 0.71% -
XYZ 27.01 37.96 28.46 -
YUV 153.82 116.82 95.32 -
System Red Green Blue C M Y K H S L
Decimal 108 181 134 0.40 0 0.26 0.29 141.37 0.33 0.57
Hex 6C B5 86 28 0 1A 1D 8D 21 39
Octal 154 265 206 50 0 32 35 215 41 71
Binary 1101100 10110101 10000110 101000 0 11010 11101 10001101 100001 111001

Color Harmonies of #6CB586

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6CB586

Black with #6CB586

Text Example


Text Example

White with #6CB586

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(108,181,134); }

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

background-color css

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

 a { background-color: rgb(108,181,134); }

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

border-color css

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

 span { border-color: rgb(108,181,134); }

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