Html Css Color HEX #6CBA80 Bay Leaf

📋 copy color: '#6CBA80'

red 108 ◦ green 186 ◦ blue 128

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

Shades of Bay Leaf #6CBA80

Tints of Bay Leaf #6CBA80

RGB

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

 GREEN value IS 186 (73.05% from 255) = 44.08%

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

R = 25.59%
G = 44.08%
B = 30.33%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.31

 K value IS 0.27

RGB Variations

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

Color information

#6CBA80 (or 0x6CBA80) is known color: Bay Leaf. HEX triplet: 6C, BA and 80. RGB value is (108,186,128). Sum of RGB (Red+Green+Blue) = 108+186+128=422 (55% of max value = 765). Red value is 108 (42.58% from 255 or 25.59% from 422); Green value is 186 (73.05% from 255 or 44.08% from 422); Blue value is 128 (50.39% from 255 or 30.33% from 422); Max value from RGB is 186 - color contains mainly: green. Hex color #6CBA80 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6CBA80 is #93457F. Grayscale: #9C9C9C. Windows color (decimal): -9651584 or 8436332. OLE color: 8436332.

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

Color convert

RGB 108 186 128 -
CMYK 0.42 0 0.31 0.27
HSL 135.38º 0.36% 0.58% -
HSV(B) 135.38º 0.42% 0.73% -
XYZ 27.64 39.86 26.66 -
YUV 156.07 112.16 93.72 -
System Red Green Blue C M Y K H S L
Decimal 108 186 128 0.42 0 0.31 0.27 135.38 0.36 0.58
Hex 6C BA 80 2A 0 1F 1B 87 24 3A
Octal 154 272 200 52 0 37 33 207 44 72
Binary 1101100 10111010 10000000 101010 0 11111 11011 10000111 100100 111010

Color Harmonies of #6CBA80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6CBA80

Black with #6CBA80

Text Example


Text Example

White with #6CBA80

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(108,186,128); }

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

background-color css

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

 a { background-color: rgb(108,186,128); }

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

border-color css

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

 span { border-color: rgb(108,186,128); }

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