Html Css Color HEX #6CB486 Bay Leaf

📋 copy color: '#6CB486'

red 108 ◦ green 180 ◦ blue 134

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

Shades of Bay Leaf #6CB486

Tints of Bay Leaf #6CB486

RGB

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

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

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

R = 25.59%
G = 42.65%
B = 31.75%

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

#6CB486 (or 0x6CB486) is known color: Bay Leaf. HEX triplet: 6C, B4 and 86. RGB value is (108,180,134). Sum of RGB (Red+Green+Blue) = 108+180+134=422 (55% of max value = 765). Red value is 108 (42.58% from 255 or 25.59% from 422); Green value is 180 (70.70% from 255 or 42.65% from 422); Blue value is 134 (52.73% from 255 or 31.75% from 422); Max value from RGB is 180 - color contains mainly: green. Hex color #6CB486 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6CB486 is #934B79. Grayscale: #999999. Windows color (decimal): -9653114 or 8828012. OLE color: 8828012.

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

Color convert

RGB 108 180 134 -
CMYK 0.40 0 0.26 0.29
HSL 141.67º 0.32% 0.56% -
HSV(B) 141.67º 0.4% 0.71% -
XYZ 26.81 37.55 28.39 -
YUV 153.23 117.15 95.74 -
System Red Green Blue C M Y K H S L
Decimal 108 180 134 0.40 0 0.26 0.29 141.67 0.32 0.56
Hex 6C B4 86 28 0 1A 1D 8E 20 38
Octal 154 264 206 50 0 32 35 216 40 70
Binary 1101100 10110100 10000110 101000 0 11010 11101 10001110 100000 111000

Color Harmonies of #6CB486

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6CB486

Black with #6CB486

Text Example


Text Example

White with #6CB486

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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