Html Css Color HEX #6CBE80 Bay Leaf

📋 copy color: '#6CBE80'

red 108 ◦ green 190 ◦ blue 128

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

Shades of Bay Leaf #6CBE80

Tints of Bay Leaf #6CBE80

RGB

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

 GREEN value IS 190 (74.61% from 255) = 44.6%

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

R = 25.35%
G = 44.6%
B = 30.05%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.33

 K value IS 0.25

RGB Variations

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

Color information

#6CBE80 (or 0x6CBE80) is known color: Bay Leaf. HEX triplet: 6C, BE and 80. RGB value is (108,190,128). Sum of RGB (Red+Green+Blue) = 108+190+128=426 (56% of max value = 765). Red value is 108 (42.58% from 255 or 25.35% from 426); Green value is 190 (74.61% from 255 or 44.60% from 426); Blue value is 128 (50.39% from 255 or 30.05% from 426); Max value from RGB is 190 - color contains mainly: green. Hex color #6CBE80 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6CBE80 is #93417F. Grayscale: #9E9E9E. Windows color (decimal): -9650560 or 8437356. OLE color: 8437356.

HSL color Cylindrical-coordinate representation of color #6CBE80: hue angle of 134.63º degrees, saturation: 0.39, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #6CBE80 is Cyan = 0.43, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.25.

Color convert

RGB 108 190 128 -
CMYK 0.43 0 0.33 0.25
HSL 134.63º 0.39% 0.58% -
HSV(B) 134.63º 0.43% 0.75% -
XYZ 28.49 41.57 26.94 -
YUV 158.41 110.83 92.04 -
System Red Green Blue C M Y K H S L
Decimal 108 190 128 0.43 0 0.33 0.25 134.63 0.39 0.58
Hex 6C BE 80 2B 0 21 19 87 27 3A
Octal 154 276 200 53 0 41 31 207 47 72
Binary 1101100 10111110 10000000 101011 0 100001 11001 10000111 100111 111010

Color Harmonies of #6CBE80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6CBE80

Black with #6CBE80

Text Example


Text Example

White with #6CBE80

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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