Html Css Color HEX #6CB684 Bay Leaf

📋 copy color: '#6CB684'

red 108 ◦ green 182 ◦ blue 132

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

Shades of Bay Leaf #6CB684

Tints of Bay Leaf #6CB684

RGB

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

 GREEN value IS 182 (71.48% from 255) = 43.13%

 BLUE value IS 132 (51.95% from 255) = 31.28%

R = 25.59%
G = 43.13%
B = 31.28%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.27

 K value IS 0.29

RGB Variations

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

Color information

#6CB684 (or 0x6CB684) is known color: Bay Leaf. HEX triplet: 6C, B6 and 84. RGB value is (108,182,132). Sum of RGB (Red+Green+Blue) = 108+182+132=422 (55% of max value = 765). Red value is 108 (42.58% from 255 or 25.59% from 422); Green value is 182 (71.48% from 255 or 43.13% from 422); Blue value is 132 (51.95% from 255 or 31.28% from 422); Max value from RGB is 182 - color contains mainly: green. Hex color #6CB684 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6CB684 is #93497B. Grayscale: #9A9A9A. Windows color (decimal): -9652604 or 8697452. OLE color: 8697452.

HSL color Cylindrical-coordinate representation of color #6CB684: hue angle of 139.46º degrees, saturation: 0.34, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #6CB684 is Cyan = 0.41, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.29.

Color convert

RGB 108 182 132 -
CMYK 0.41 0 0.27 0.29
HSL 139.46º 0.34% 0.57% -
HSV(B) 139.46º 0.41% 0.71% -
XYZ 27.08 38.31 27.8 -
YUV 154.17 115.48 95.07 -
System Red Green Blue C M Y K H S L
Decimal 108 182 132 0.41 0 0.27 0.29 139.46 0.34 0.57
Hex 6C B6 84 29 0 1B 1D 8B 22 39
Octal 154 266 204 51 0 33 35 213 42 71
Binary 1101100 10110110 10000100 101001 0 11011 11101 10001011 100010 111001

Color Harmonies of #6CB684

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6CB684

Black with #6CB684

Text Example


Text Example

White with #6CB684

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(108,182,132); }

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

background-color css

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

 a { background-color: rgb(108,182,132); }

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

border-color css

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

 span { border-color: rgb(108,182,132); }

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